[go: up one dir, main page]

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!)
A182308 a(n+1) = a(n) + floor(a(n)/7) with a(0)=7 3
7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 25, 28, 32, 36, 41, 46, 52, 59, 67, 76, 86, 98, 112, 128, 146, 166, 189, 216, 246, 281, 321, 366, 418, 477, 545, 622, 710, 811, 926, 1058, 1209, 1381, 1578, 1803, 2060, 2354, 2690, 3074, 3513, 4014, 4587, 5242, 5990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(Python)
a=7
for i in range(55):
print(a, end=', ')
a += a//7
CROSSREFS
Sequence in context: A020719 A345435 A162787 * A023388 A065808 A250046
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Apr 23 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 August 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)