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

A024562
a(n) = integer nearest a(n-1)/(sqrt(6) - 2), where a(0) = 1.
1
1, 2, 4, 9, 20, 44, 98, 218, 485, 1079, 2400, 5339, 11878, 26426, 58791, 130795, 290986, 647370, 1440233, 3204151, 7128419, 15858914, 35282038, 78493533, 174628085, 388502937, 864319917, 1922891303, 4277942565, 9517330782, 21173632847
OFFSET
0,2
LINKS
MATHEMATICA
With[{c = Sqrt[6] - 2}, NestList[Round[#/c] &, 1, 40]] (* _Harvey P.Dale_, Feb 24 2011 *)
CROSSREFS
Sequence in context: A141016 A008998 A024736 * A087219 A214952 A360871
KEYWORD
nonn
STATUS
approved