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!)
A010066 a(n+1) = a(n) + sum of digits in base 5 representation of a(n). 2
1, 2, 4, 8, 12, 16, 20, 24, 32, 36, 40, 44, 52, 56, 60, 64, 72, 80, 84, 92, 100, 104, 112, 120, 128, 132, 136, 140, 144, 152, 156, 160, 164, 172, 180, 184, 192, 200, 204, 212, 220, 228, 236, 244, 256, 260, 264, 272, 280, 284, 292, 300, 304, 312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
S. R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.24.
LINKS
MATHEMATICA
NestList[# + Total[IntegerDigits[#, 5]] &, 1, 60] (* Harvey P. Dale, Oct 12 2016 *)
PROG
(PARI) a = 1; print1(a, ", "); for(i = 1, 40, a = a + sumdigits(a, 5); print1(a, ", ")); \\ Nile Nepenthe Wynar, Feb 10 2018
CROSSREFS
Sequence in context: A360013 A335738 A364056 * A180490 A160408 A221707
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Neven Juric, Apr 11 2008
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)