ROSECODE 260
Digit Sum Sequence
Let x1 = 1 and xi = xi-1 + sum_of_digits(xi-1) for i > 1.
You are given that x10 = 62, x100 = 1205 and x100000 = 2609882.
Find x1017.
[My timing: 0.2 sec.]
ROSECODE 260
Let x1 = 1 and xi = xi-1 + sum_of_digits(xi-1) for i > 1.
You are given that x10 = 62, x100 = 1205 and x100000 = 2609882.
Find x1017.
[My timing: 0.2 sec.]