Problem 399

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
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.

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


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
User avatar
mctrafik
Posts: 27
Joined: Thu Oct 06, 2011 6:42 am
Location: Los Angeles, California
Contact:

Problem 399

Post by mctrafik »

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.
Image
"Nothing in this world that's worth having comes easy"
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 399

Post by hk »

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.
Image
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

Post by luckyrodman »

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?
thundre
Posts: 356
Joined: Sun Mar 27, 2011 10:01 am

Re: Problem 399

Post by thundre »

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.
"Squareful" and "not squarefree" mean exactly the same thing.

Since the question concerns the intersection of squarefree and Fibonacci numbers, it would be advisable to research both of those topics.
Image
User avatar
mctrafik
Posts: 27
Joined: Thu Oct 06, 2011 6:42 am
Location: Los Angeles, California
Contact:

Re: Problem 399

Post by mctrafik »

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.
- From oeis wiki.
Image
"Nothing in this world that's worth having comes easy"
User avatar
Marcus_Andrews
Administrator
Posts: 1637
Joined: Wed Nov 09, 2011 5:23 pm

Re: Problem 399

Post by Marcus_Andrews »

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
luckyrodman
Posts: 6
Joined: Mon Oct 22, 2012 2:57 pm

Re: Problem 399

Post by luckyrodman »

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.
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 399

Post by hk »

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. .
Image
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

Post by sivakd »

@hk: what about mclo's comment "(Edit2) @ignat_s:" ?
Image
puzzle is a euphemism for lack of clarity
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 399

Post by hk »

We'll look into it.
Image
War ruins the life and health of untold numbers of innocent children.
epiclolz
Posts: 5
Joined: Wed Jan 16, 2013 7:08 am

Re: Problem 399

Post by epiclolz »

nitpicking: halfway through the third line there is a typo
"8 is DIVIBLE by 4"
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 399

Post by hk »

Thanks. Fixed.
Image
War ruins the life and health of untold numbers of innocent children.
Post Reply