A381986 E.g.f. A(x) satisfies A(x) = exp(x) * B(x*A(x)^2), where B(x) = 1 + x*B(x)^3 is the g.f. of A001764.
1, 2, 17, 388, 14329, 727206, 46984729, 3689119624, 341097752657, 36302764864330, 4371463743828481, 587606216836328460, 87219196719691250185, 14168990447072685567214, 2500554381188629649979593, 476391652257266128440376336, 97447147561230881896398507553
Offset: 0
Keywords
Programs
-
PARI
a(n) = n!*sum(k=0, n, (2*k+1)^(n-k)*binomial(5*k+1, k)/((5*k+1)*(n-k)!));