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”).

A120204
a(1) = 3; a(n) = floor((29 + Sum_{i=1..n-1} a(i))/9).
1
3, 3, 3, 4, 4, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 20, 23, 25, 28, 31, 35, 38, 43, 47, 53, 59, 65, 72, 80, 89, 99, 110, 122, 136, 151, 168, 186, 207, 230, 256, 284, 316, 351, 390, 433, 481, 535, 594, 660, 733, 815, 905, 1006, 1118, 1242, 1380, 1533
OFFSET
1,1
LINKS
MATHEMATICA
a[1]:=3; a[n_]:=a[n]=Floor[(29+Sum[a[i], {i, n-1}])/9]; Array[a, 61] (* Stefano Spezia, Jul 19 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Graeme McRae, Jun 10 2006
EXTENSIONS
a(41)-a(61) from Stefano Spezia, Jul 19 2024
STATUS
approved