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

A379997
Expansion of e.g.f. 1/(exp(x) - x*exp(2*x))^2.
0
1, 0, 6, 22, 224, 2138, 25732, 351846, 5458224, 94441042, 1803255404, 37652268014, 853321021192, 20858236815258, 546941712302052, 15313467390967222, 455933682027961184, 14383416438784605602, 479254037890010238172, 16817855455956128823486, 619953003446894086537656
OFFSET
0,3
FORMULA
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A092148.
a(n) = n! * Sum_{k=0..n} (k+1) * (k-2)^(n-k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (k+1)*(k-2)^(n-k)/(n-k)!);
CROSSREFS
Cf. A092148.
Sequence in context: A075811 A302926 A121796 * A051224 A062818 A154079
Adjacent sequences: A379994 A379995 A379996 * A380007
KEYWORD
nonn,easy,new
AUTHOR
Seiichi Manyama, Jan 07 2025
STATUS
approved