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

A001698
a(n) = ceiling(sqrt( 2*Pi )^n).
3
1, 3, 7, 16, 40, 99, 249, 622, 1559, 3907, 9793, 24547, 61529, 154231, 386598, 969057, 2429064, 6088761, 15262259, 38256810, 95895601, 240374624, 602529829, 1510318306, 3785806568, 9489609785, 23786924201, 59624976769, 149457652642, 374634777973
OFFSET
0,2
MATHEMATICA
Table[Ceiling[Sqrt[2Pi]^n], {n, 0, 50}] (* Stefan Steinerberger, Apr 14 2006 *)
CROSSREFS
Sequence in context: A147321 A103030 A263316 * A261236 A029761 A009337
KEYWORD
nonn
STATUS
approved