Problem 399
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
In particular don't post any code fragments or results.
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
- mctrafik
- Posts: 27
- Joined: Thu Oct 06, 2011 6:42 am
- Location: Los Angeles, California
- Contact:
Problem 399
Wanted to say a couple things:
So the goal is to skip the "not squarefree" as opposed to "squareful" numbers from the fibonacci sequence, right? That's one clarification I had.
I wanted to know if someone found it useful to look into squareful numbers for this one.
And as always, not asking for any solutions here, but a keyword as a hint in the general direction would be appreciated. Got the problem down to a few thousand candidates but have no way of even checking if one is correct.
Thank you.
So the goal is to skip the "not squarefree" as opposed to "squareful" numbers from the fibonacci sequence, right? That's one clarification I had.
I wanted to know if someone found it useful to look into squareful numbers for this one.
And as always, not asking for any solutions here, but a keyword as a hint in the general direction would be appreciated. Got the problem down to a few thousand candidates but have no way of even checking if one is correct.
Thank you.

"Nothing in this world that's worth having comes easy"
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 399
Hints in any direction are not the purpose of this forum.
The purpose of this forum is to clear out probable misunderstandings of the problem and to clear out things that might be unclear from the wording of it.
The purpose of this forum is to clear out probable misunderstandings of the problem and to clear out things that might be unclear from the wording of it.

War ruins the life and health of untold numbers of innocent children.
-
luckyrodman
- Posts: 6
- Joined: Mon Oct 22, 2012 2:57 pm
Re: Problem 399
hello... mctrafik, nice to meet you
I reverse your ID, it's kifartcm
truncating the last two characters, it is kifart.
It reminds me of something, I think it's not a coincidence, right?
I reverse your ID, it's kifartcm
truncating the last two characters, it is kifart.
It reminds me of something, I think it's not a coincidence, right?
-
thundre
- Posts: 356
- Joined: Sun Mar 27, 2011 10:01 am
Re: Problem 399
"Squareful" and "not squarefree" mean exactly the same thing.mctrafik wrote:So the goal is to skip the "not squarefree" as opposed to "squareful" numbers from the fibonacci sequence, right? That's one clarification I had.
I wanted to know if someone found it useful to look into squareful numbers for this one.
Since the question concerns the intersection of squarefree and Fibonacci numbers, it would be advisable to research both of those topics.

- mctrafik
- Posts: 27
- Joined: Thu Oct 06, 2011 6:42 am
- Location: Los Angeles, California
- Contact:
Re: Problem 399
- From oeis wiki.Squareful numbers are numbers for which at least one prime factor exponent is 2, thus are not squarefree numbers, not to be confused with squarefull numbers, numbers for which each prime factor exponent is at least 2.

"Nothing in this world that's worth having comes easy"
- Marcus_Andrews
- Administrator
- Posts: 1637
- Joined: Wed Nov 09, 2011 5:23 pm
Re: Problem 399
A squarefree number has no repeated factors anywhere in its prime decomposition.
A squareful number is the same as a non-squarefree number -- which means it has at least one repeated factor somewhere in its prime decomposition.
http://mathworld.wolfram.com/Squareful.html
A squareful number is the same as a non-squarefree number -- which means it has at least one repeated factor somewhere in its prime decomposition.
http://mathworld.wolfram.com/Squareful.html
-
luckyrodman
- Posts: 6
- Joined: Mon Oct 22, 2012 2:57 pm
Re: Problem 399
hello...
In the problem thread, it is mentioned that this problem is based on a unproved conjecture.
But so far none of the development members give an explanation.
In the problem thread, it is mentioned that this problem is based on a unproved conjecture.
But so far none of the development members give an explanation.
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 399
No need to give one if you would have read the thread properly: because the "conjecture" has been verified for primes far beyond the limit needed for this problem. (see ignat_s's post)
The nice thing with Project Euler is that you can leave most of the comments to the members themselves, without admin interference. .
The nice thing with Project Euler is that you can leave most of the comments to the members themselves, without admin interference. .

War ruins the life and health of untold numbers of innocent children.
-
sivakd
- Posts: 217
- Joined: Fri Jul 17, 2009 9:37 am
- Location: California, USA
- Contact:
Re: Problem 399
@hk: what about mclo's comment "(Edit2) @ignat_s:" ?

puzzle is a euphemism for lack of clarity
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 399
We'll look into it.

War ruins the life and health of untold numbers of innocent children.
-
epiclolz
- Posts: 5
- Joined: Wed Jan 16, 2013 7:08 am
- hk
- Administrator
- Posts: 12832
- Joined: Sun Mar 26, 2006 10:34 am
- Location: Haren, Netherlands
Re: Problem 399
Thanks. Fixed.

War ruins the life and health of untold numbers of innocent children.