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!)
A120177 a(1)=9; a(n)=floor((47+sum(a(1) to a(n-1)))/5). 1
9, 11, 13, 16, 19, 23, 27, 33, 39, 47, 56, 68, 81, 97, 117, 140, 168, 202, 242, 291, 349, 419, 502, 603, 723, 868, 1042, 1250, 1500, 1800, 2160, 2592, 3110, 3732, 4479, 5375, 6450, 7740, 9288, 11145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[(47+t)/5]}, {t+c, c}]; NestList[nxt, {9, 9}, 40][[All, 2]] (* Harvey P. Dale, Jul 26 2017 *)
CROSSREFS
Sequence in context: A155877 A214865 A225557 * A291350 A289697 A104296
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)