login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120186 a(n)=ceiling( sum_{i=1..n-1} a(i)/7), a(1)=1. 6
1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 23, 27, 30, 35, 40, 45, 52, 59, 68, 77, 88, 101, 115, 132, 151, 172, 197, 225, 257, 294, 336, 384, 439, 501, 573, 655, 748, 855, 977, 1117, 1277, 1459, 1667, 1906, 2178, 2489, 2845 (list; graph; refs; listen; history; internal format)
OFFSET

1,9

MATHEMATICA

f[s_] := Append[s, Ceiling[Plus @@ s/7]]; Nest[f, {1}, 64] (* Robert G. Wilson v *)

CROSSREFS

Cf. A112088, A072493, A011782, A073941, A072493, A120160, A120170, A120178, A120186, A120194, A120202.

Sequence in context: A172033 A094994 A026839 * A112210 A018050 A194316

Adjacent sequences:  A120183 A120184 A120185 * A120187 A120188 A120189

KEYWORD

nonn

AUTHOR

Graeme McRae (g_m(AT)mcraefamily.com), Jun 10 2006

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(at)rgwv.com), Jul 07 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:02 EST 2012. Contains 205811 sequences.