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

A132413
Ceiling(n^2*exp(n)).
1
3, 30, 181, 874, 3711, 14524, 53736, 190782, 656350, 2202647, 7244772, 23436690, 74767864, 235710440, 735528909, 2274844294, 6980781346, 21273830001, 64432110648, 194066078164, 581597738908, 1735097817528, 5155001023066
OFFSET
1,1
LINKS
MATHEMATICA
Table[Ceiling[n^2 E^n], {n, 30}] (* Vincenzo Librandi, Feb 19 2013 *)
PROG
(Magma) [Ceiling(n^2*Exp(n)): n in [1..30]]; // Vincenzo Librandi, Feb 19 2013
CROSSREFS
Sequence in context: A013219 A013220 A177727 * A344907 A032263 A003771
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 12 2007
EXTENSIONS
Changed offset from 0 to 1 by Vincenzo Librandi, Feb 19 2013
STATUS
approved