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

A080135
a(n+1) = floor( a(n)*sum(k=0..n, 1/a(k)^s) ), where s = sum(k>=0, 1/a(k)^s) and a(0)=1; s = 2.260568736857767...
0
1, 1, 2, 4, 9, 20, 45, 101, 228, 515, 1164, 2631, 5947, 13443, 30388, 68694, 155287, 351036, 793541, 1793853, 4055128, 9166895, 20722396, 46844400, 105894986, 239382894, 541141486, 1223287525, 2765325535, 6251208451, 14131286391
OFFSET
0,3
COMMENTS
a(n) ~ c*s^n, c=0.333925961123093...
CROSSREFS
Sequence in context: A080019 A052534 A213411 * A227978 A206741 A167750
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 30 2003
STATUS
approved