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!)
A120181 a(1)=4; a(n)=floor((27+sum(a(1) to a(n-1)))/6). 1
4, 5, 6, 7, 8, 9, 11, 12, 14, 17, 20, 23, 27, 31, 36, 42, 49, 58, 67, 78, 91, 107, 124, 145, 169, 197, 230, 269, 313, 366, 427, 498, 581, 678, 791, 922, 1076, 1255, 1465, 1709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[(27+t)/6]}, {t+c, c}]; NestList[nxt, {4, 4}, 40][[All, 2]] (* Harvey P. Dale, Nov 08 2022 *)
CROSSREFS
Sequence in context: A214420 A173888 A341051 * A016070 A299536 A321025
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)