login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010072 a(n+1) = a(n) + sum of digits in base 9 representation of a(n). 0

%I

%S 1,2,4,8,16,24,32,40,48,56,64,72,80,96,104,112,120,128,136,144,152,

%T 168,176,184,192,200,208,216,224,240,256,264,272,280,288,296,312,328,

%U 336,344,352,360,368,384,400,416,424,432,440,456,472,488,496

%N a(n+1) = a(n) + sum of digits in base 9 representation of a(n).

%t NestList[#+Total[IntegerDigits[#,9]]&,1,60] (* From Harvey P. Dale, Apr 18 2011 *)

%K nonn,base

%O 0,2

%A Leonid Broukhis (leo(AT)mailcom.com)

%E More terms from Neven Juric, Apr 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 04:04 EDT 2013. Contains 225585 sequences.