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!)
A120199 a(1)=6; a(n)=floor((53+sum(a(1) to a(n-1)))/8). 1
6, 7, 8, 9, 10, 11, 13, 14, 16, 18, 20, 23, 26, 29, 32, 36, 41, 46, 52, 58, 66, 74, 83, 93, 105, 118, 133, 150, 168, 189, 213, 240, 270, 303, 341, 384, 432, 486, 547, 615, 692, 778, 876, 985, 1108, 1247, 1403, 1578, 1775, 1997, 2247, 2528, 2844, 3199, 3599 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{t_, a_}]:=Module[{c=Floor[(53+t)/8]}, {t+c, c}]; Transpose[ NestList[ nxt, {6, 6}, 60]][[2]] (* Harvey P. Dale, Jan 05 2016 *)
CROSSREFS
Sequence in context: A023384 A053407 A199162 * A162786 A269801 A250048
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
EXTENSIONS
More terms from Harvey P. Dale, Jan 05 2016
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 18 17:42 EDT 2024. Contains 371781 sequences. (Running on oeis4.)