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

A377719
E.g.f. satisfies A(x) = (1 + x * (exp(x) - 1) * A(x))^2.
0
1, 0, 4, 6, 128, 610, 12192, 112154, 2416416, 34337538, 827541200, 16047333082, 436958019984, 10718568174626, 329594991463584, 9737689680629850, 336439401299953472, 11581626068262440194, 446492838289046854320, 17496904148975860376474, 747070411957344952492080
OFFSET
0,3
FORMULA
E.g.f.: 4/(1 + sqrt(1 - 4*x*(exp(x) - 1)))^2.
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A371142.
a(n) = 2 * n! * Sum_{k=0..floor(n/2)} (2*k+1)! * Stirling2(n-k,k)/( (n-k)! * (k+2)! ).
PROG
(PARI) a(n) = 2*n!*sum(k=0, n\2, (2*k+1)!*stirling(n-k, k, 2)/((n-k)!*(k+2)!));
CROSSREFS
Sequence in context: A337466 A052672 A375697 * A377688 A137025 A375689
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 04 2024
STATUS
approved