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!)
A182362 a(n+1) = a(n) + floor(a(n)/9) with a(0)=9. 1
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 24, 26, 28, 31, 34, 37, 41, 45, 50, 55, 61, 67, 74, 82, 91, 101, 112, 124, 137, 152, 168, 186, 206, 228, 253, 281, 312, 346, 384, 426, 473, 525, 583, 647, 718, 797, 885, 983, 1092, 1213, 1347, 1496, 1662, 1846 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
NestList[#+Floor[#/9]&, 9, 60] (* Harvey P. Dale, Feb 21 2015 *)
PROG
(Python)
a=9
for i in range(55):
. print a,
. a += a/9
CROSSREFS
Sequence in context: A020723 A317591 A107043 * A023392 A060009 A250042
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Apr 26 2012
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 September 6 20:19 EDT 2024. Contains 375727 sequences. (Running on oeis4.)