Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A010072
a(n+1) = a(n) + sum of digits in base 9 representation of a(n).
0
1, 2, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 96, 104, 112, 120, 128, 136, 144, 152, 168, 176, 184, 192, 200, 208, 216, 224, 240, 256, 264, 272, 280, 288, 296, 312, 328, 336, 344, 352, 360, 368, 384, 400, 416, 424, 432, 440, 456, 472, 488, 496
OFFSET
0,2
MATHEMATICA
NestList[#+Total[IntegerDigits[#, 9]]&, 1, 60] (* Harvey P. Dale, Apr 18 2011 *)
CROSSREFS
Sequence in context: A261890 A072874 A160158 * A376617 A318654 A375979
KEYWORD
nonn,base
EXTENSIONS
More terms from Neven Juric, Apr 11 2008
STATUS
approved