Problem 463
Posted: Sun Mar 16, 2014 1:45 am
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).
A website dedicated to the puzzling world of mathematics and programming
https://projecteuler.chat/
Fixed. Thank you.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).
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
Both S(260) = ...426789653 and S(260) = ...517409622 are incorrect.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...
That one appears to be correct.