Problem 463

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
jpaulson
Posts: 17
Joined: Thu Dec 05, 2013 7:46 am

Problem 463

Post by jpaulson »

Just reporting a typo: in the problem, S(n) is defined as sum_{i=1}^n f(n). I believe it should be sum_{i=1}^n f(i).
Image
User avatar
mpiotte
Administrator
Posts: 1961
Joined: Tue May 08, 2012 5:40 pm
Location: Montréal, Canada

Re: Problem 463

Post by mpiotte »

jpaulson wrote:Just reporting a typo: in the problem, S(n) is defined as sum_{i=1}^n f(n). I believe it should be sum_{i=1}^n f(i).
Fixed. Thank you.
Image
mirzauzairbaig
Posts: 7
Joined: Sun Dec 27, 2009 11:35 pm

Re: Problem 463

Post by mirzauzairbaig »

Please confirm if the following results are correct ?

S(2^10) = 349526
S(2^20) = 503875926
S(2^30) = 202282326
S(2^40) = 391568726
S(2^60) = 426789653
The_Ash
Posts: 1
Joined: Fri Mar 21, 2014 10:27 pm

Re: Problem 463

Post by The_Ash »

Hi i'm getting exactly the same result as you except for 2^60, in that case the my last 9 digits are:

517409622

So yeah it would be nice if somebody could confirm this values...
User avatar
mpiotte
Administrator
Posts: 1961
Joined: Tue May 08, 2012 5:40 pm
Location: Montréal, Canada

Re: Problem 463

Post by mpiotte »

mirzauzairbaig wrote:Please confirm if the following results are correct ?

S(2^10) = 349526
S(2^20) = 503875926
S(2^30) = 202282326
S(2^40) = 391568726
S(2^60) = 426789653
The_Ash wrote:Hi i'm getting exactly the same result as you except for 2^60, in that case the my last 9 digits are:

517409622

So yeah it would be nice if somebody could confirm this values...
Both S(260) = ...426789653 and S(260) = ...517409622 are incorrect.
Image
h_anand
Posts: 14
Joined: Wed May 27, 2015 1:45 am

Re: Problem 463

Post by h_anand »

What about 426781526 (for S(260)?)
User avatar
Circling
Posts: 23
Joined: Wed Sep 16, 2020 7:33 am
Location: Turkey
Contact:

Re: Problem 463

Post by Circling »

h_anand wrote: Wed Aug 12, 2015 9:33 pm What about 426781526 (for S(260)?)
That one appears to be correct.
Problem 84 sux!!!
Post Reply