Skip to content
Puzzle Library
PuzzlesCollectionsNotesTimelineAboutRSS
中文
← RoseCode

ROSECODE / 260

Digit Sum Sequence

Min_25 · Math · 2015-08-02

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

Original archive ↗

Problem preserved from RoseCode, with formatting adapted for this archive. CC BY-NC-SA 4.0

← Previous 259Next 261 →

A quiet place for problems worth keeping.

PUZZLE LIBRARY