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!)
A375664 Expansion of e.g.f. 1 / (1 - x * (exp(x^2) - 1))^2. 3
1, 0, 0, 12, 0, 120, 2160, 1680, 120960, 1481760, 6350400, 240166080, 2754259200, 31152401280, 894303970560, 11769588230400, 228232766361600, 5845147711603200, 98290727395660800, 2502848611354291200, 63417766359467520000, 1376904298716724377600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A375588.
a(n) = n! * Sum_{k=0..floor(n/2)} (n-2*k+1)! * Stirling2(k,n-2*k)/k!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+x-x*exp(x^2))^2))
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k+1)!*stirling(k, n-2*k, 2)/k!);
CROSSREFS
Sequence in context: A331911 A307841 A257949 * A375680 A077351 A370018
KEYWORD
nonn,changed
AUTHOR
Seiichi Manyama, Aug 23 2024
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 September 7 21:10 EDT 2024. Contains 375749 sequences. (Running on oeis4.)