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!)
A351733 Expansion of e.g.f. exp( 2 * x * (exp(x) - 1) ). 4
1, 0, 4, 6, 56, 250, 1812, 12614, 101040, 864882, 7988780, 78726142, 823897032, 9111774698, 106068603396, 1295153135670, 16538681229152, 220281968528098, 3053087839536732, 43941561067048430, 655501502129291640, 10118103843683127642 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} 2^k * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(2*x*(exp(x)-1))))
(PARI) a(n) = n!*sum(k=0, n\2, 2^k*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Sequence in context: A012910 A259133 A131847 * A089630 A058162 A244388
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 20 2022
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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)