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!)
A357962 Expansion of e.g.f. exp( (exp(x^2) - 1)/x ). 2
1, 1, 1, 4, 13, 51, 271, 1366, 8849, 58717, 432541, 3530176, 29787781, 279974839, 2715912291, 28415168146, 312503079841, 3600714035321, 43979791574809, 556150585730140, 7417561518005341, 102438949373356891, 1476634705941320311, 22102618328057267694 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} Stirling2(n-k,n-2*k)/(n-k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((exp(x^2)-1)/x)))
(PARI) a(n) = n!*sum(k=0, n\2, stirling(n-k, n-2*k, 2)/(n-k)!);
CROSSREFS
Sequence in context: A151488 A245156 A223899 * A097169 A149463 A323791
KEYWORD
nonn
AUTHOR
_Seiichi Manyama_, Oct 22 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 August 16 11:02 EDT 2024. Contains 375174 sequences. (Running on oeis4.)