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!)
A120190 a(1)=5; a(n)=floor((39+sum(a(1) to a(n-1)))/7). 1
5, 6, 7, 8, 9, 10, 12, 13, 15, 17, 20, 23, 26, 30, 34, 39, 44, 51, 58, 66, 76, 86, 99, 113, 129, 147, 168, 192, 220, 251, 287, 328, 375, 429, 490, 560, 640, 731, 836, 955 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{s_, a_}]:=Module[{c=Floor[(39+s)/7]}, {s+c, c}]; NestList[nxt, {5, 5}, 40][[All, 2]] (* Harvey P. Dale, Sep 13 2020 *)
CROSSREFS
Sequence in context: A138167 A161839 A285619 * A172072 A121542 A182306
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 25 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)