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

A053042
a(n) = n^n + n!.
7
2, 6, 33, 280, 3245, 47376, 828583, 16817536, 387783369, 10003628800, 285351587411, 8916579449856, 302881333613053, 11112094003849216, 437895198055227375, 18446764996499439616, 827240617573764860177, 39346414477670243303424
OFFSET
1,1
LINKS
FORMULA
E.g.f.: 1/(1 + LambertW(-x)) + 1/(1 - x), where LambertW() is the Lambert W-function. - Ilya Gutkovskiy, Jan 08 2017
MATHEMATICA
lst={}; Do[AppendTo[lst, n^n+n! ], {n, 3*4!}]; lst (* Vladimir Joseph Stephan Orlovsky, Nov 20 2008 *)
Table[n^n+n!, {n, 20}] (* Harvey P. Dale, Dec 31 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 24 2000
STATUS
approved