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!)
A120208 a(1)=7; a(n)=floor((69+sum(a(1) to a(n-1)))/9). 0
7, 8, 9, 10, 11, 12, 14, 15, 17, 19, 21, 23, 26, 29, 32, 35, 39, 44, 48, 54, 60, 66, 74, 82, 91, 101, 112, 125, 139, 154, 171, 190, 211, 235, 261, 290, 322, 358, 398, 442, 491, 546, 606, 674, 749, 832, 924, 1027, 1141, 1268, 1409, 1565, 1739, 1932, 2147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{lst={7}}, Do[AppendTo[lst, Floor[(69+Total[lst])/9]], {80}]; lst] (* Harvey P. Dale, Aug 14 2012 *)
CROSSREFS
Sequence in context: A062947 A194345 A363492 * A100562 A115841 A058367
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
EXTENSIONS
More terms from Harvey P. Dale, Aug 14 2012
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)