login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A120193
a(1)=9; a(n)=floor((63+sum(a(1) to a(n-1)))/7).
1
9, 10, 11, 13, 15, 17, 19, 22, 25, 29, 33, 38, 43, 49, 56, 64, 73, 84, 96, 109, 125, 143, 163, 187, 213, 244, 279, 318, 364, 416, 475, 543, 621, 709, 811, 927, 1059, 1210, 1383, 1581
OFFSET
1,1
LINKS
MATHEMATICA
nxt[{s_, a_}]:=Module[{c=Floor[(63+s)/7]}, {s+c, c}]; NestList[nxt, {9, 9}, 40][[All, 2]] (* Harvey P. Dale, Jul 29 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
STATUS
approved