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!)
A120191 a(1)=6; a(n)=floor((47+sum(a(1) to a(n-1)))/7). 0
6, 7, 8, 9, 11, 12, 14, 16, 18, 21, 24, 27, 31, 35, 40, 46, 53, 60, 69, 79, 90, 103, 118, 134, 154, 176, 201, 229, 262, 300, 342, 391, 447, 511, 584, 667, 763, 872, 996, 1139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[(47+t)/7]}, {t+c, c}]; NestList[nxt, {0, 6}, 40][[All, 2]] (* Harvey P. Dale, Jan 17 2020 *)
CROSSREFS
Sequence in context: A005050 A309265 A309404 * A059983 A177106 A269101
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)