login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055262 n + sum of digits of a(n-1). 2
0, 1, 3, 6, 10, 6, 12, 10, 9, 18, 19, 21, 15, 19, 24, 21, 19, 27, 27, 28, 30, 24, 28, 33, 30, 28, 36, 36, 37, 39, 42, 37, 42, 39, 46, 45, 45, 46, 48, 51, 46, 51, 48, 55, 54, 54, 55, 57, 60, 55, 60, 57, 64, 63, 63, 64, 66, 69, 73, 69, 75, 73, 72, 72, 73, 75, 78, 82, 78, 84, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n+A055263(n-1) =n+A007953(a(n-1))
EXAMPLE
a(10)=19 because a(9)=18, 1+8=9 and 10+9=19
MATHEMATICA
nxt[{n_, a_}]:={n+1, Total[IntegerDigits[a]]+n+1}; Transpose[NestList[nxt, {0, 0}, 70]][[2]] (* Harvey P. Dale, Jun 03 2015 *)
CROSSREFS
Cf. A055263.
Sequence in context: A082184 A080817 A139762 * A353199 A138797 A333576
KEYWORD
base,easy,nonn
AUTHOR
Henry Bottomley, May 08 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)