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

A377438
E.g.f. satisfies A(x) = (1 - x * log(1 - x) * A(x))^2.
2
1, 0, 4, 6, 136, 660, 13668, 128520, 2846240, 41368320, 1021615920, 20260896480, 564541372800, 14159468157120, 445236762450816, 13446791658256320, 474901138629918720, 16708336544212992000, 658279512232521209856, 26360704394322974161920, 1150065728368040063784960
OFFSET
0,3
FORMULA
E.g.f.: 4/(1 + sqrt(1 + 4*x*log(1-x)))^2.
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A371140.
a(n) = 2 * n! * Sum_{k=0..floor(n/2)} (2*k+1)! * |Stirling1(n-k,k)|/( (n-k)! * (k+2)! ).
PROG
(PARI) a(n) = 2*n!*sum(k=0, n\2, (2*k+1)!*abs(stirling(n-k, k, 1))/((n-k)!*(k+2)!));
CROSSREFS
Cf. A371140.
Sequence in context: A377688 A137025 A375689 * A355232 A377685 A176493
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 04 2024
STATUS
approved