login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A295552 a(n) = n! * [x^n] exp(x*exp(n*x)). 2
1, 1, 5, 46, 689, 15476, 483157, 19719022, 1009495489, 63119450152, 4728073048901, 417482964953594, 42834647403146161, 5043607239173464924, 674409403861210214485, 101517071981284179924526, 17074451852556909059698433, 3187883879639402167714593488, 656838643288782957496595002117 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k)*(n*k)^(n-k).
MATHEMATICA
Table[n! SeriesCoefficient[Exp[x Exp[n x]], {x, 0, n}], {n, 0, 18}]
Join[{1}, Table[Sum[Binomial[n, k] (n k)^(n - k), {k, 0, n}], {n, 1, 18}]]
CROSSREFS
Sequence in context: A363355 A292408 A339229 * A066998 A036246 A183240
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)