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!)
A120176 a(1)=8; a(n)=floor((41+sum(a(1) to a(n-1)))/5). 0
8, 9, 11, 13, 16, 19, 23, 28, 33, 40, 48, 57, 69, 83, 99, 119, 143, 171, 206, 247, 296, 355, 426, 512, 614, 737, 884, 1061, 1273, 1528, 1833, 2200, 2640, 3168, 3802, 4562, 5474, 6569, 7883, 9460 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{lst={8}}, Table[AppendTo[lst, Floor[(41+Total[lst])/5]], {n, 40}]; lst] (* Harvey P. Dale, Apr 30 2012 *)
CROSSREFS
Sequence in context: A368082 A308602 A087668 * A139049 A048590 A168415
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 15:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)