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

A197972
a(n) = ceiling((n+1/3)^n).
1
2, 6, 38, 353, 4316, 64535, 1140539, 23256804, 537441242, 13880477011, 396218076728, 12386985584176, 420923890579262, 15447592770126360, 608903758014263549, 25656487848259583961, 1150788495459483630200, 54745172171004903538415
OFFSET
1,1
LINKS
MATHEMATICA
Table[Ceiling[(n+1/3)^n], {n, 20}] (* Harvey P. Dale, Nov 09 2014 *)
PROG
(Magma) [Ceiling((n+1/3)^n): n in [1..20]]
CROSSREFS
Sequence in context: A078673 A052841 A275557 * A068184 A067106 A032111
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Oct 20 2011
STATUS
approved