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!)
A120192 a(1)=7; a(n)=floor((55+sum(a(1) to a(n-1)))/7). 0
7, 8, 10, 11, 13, 14, 16, 19, 21, 24, 28, 32, 36, 42, 48, 54, 62, 71, 81, 93, 106, 121, 138, 158, 181, 207, 236, 270, 308, 352, 403, 460, 526, 601, 687, 785, 897, 1025, 1172, 1339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{lst={7}}, Do[AppendTo[lst, Floor[(55+Total[lst])/7]], {40}]; lst] (* Harvey P. Dale, Sep 06 2012 *)
CROSSREFS
Sequence in context: A337468 A105860 A096677 * A333490 A256651 A093678
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 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)