Problem 551
Posted: Wed Oct 04, 2023 7:44 pm
I think the statement of this problem is wrong
its says for n >= 1, an is the sum of the digits of all preceding terms.
so for n = 6 its should be 1+1+2+4+8+16 = 32 but the result example says 23 and going on the next value should be 64 but the problem says that is 38
i dont know if its an error in the statement or in the solutions value, also the result for n = 10^15 its a little big for get the result
its says for n >= 1, an is the sum of the digits of all preceding terms.
so for n = 6 its should be 1+1+2+4+8+16 = 32 but the result example says 23 and going on the next value should be 64 but the problem says that is 38
i dont know if its an error in the statement or in the solutions value, also the result for n = 10^15 its a little big for get the result