A380511 Expansion of e.g.f. exp(x*G(x)^2) where G(x) = 1 + x*G(x)^3 is the g.f. of A001764.
1, 1, 5, 55, 961, 23141, 711421, 26631235, 1175535425, 59786520841, 3442729157461, 221413508687471, 15730688410899265, 1223574846548300845, 103417508018836074701, 9437941200860641295611, 924934291227615821904001, 96881241931552168636182545, 10801002623361396194857667365
Offset: 0
Keywords
Crossrefs
Programs
-
PARI
a(n) = if(n==0, 1, 2*n!*sum(k=0, n-1, binomial(2*n+k, k)/((2*n+k)*(n-k-1)!)));
Formula
a(n) = 2 * n! * Sum_{k=0..n-1} binomial(2*n+k,k)/((2*n+k) * (n-k-1)!) for n > 0.
a(n) = U(1-n, 2-3*n, 1), where U is the Tricomi confluent hypergeometric function. - Stefano Spezia, Jan 26 2025
E.g.f.: exp( Series_Reversion( x*(1-x)^2 ) ). - Seiichi Manyama, Mar 15 2025