A372232 E.g.f. A(x) satisfies A(x) = exp( 2 * x * A(x)^(1/2) * (1 + A(x)^(1/2)) ).
1, 4, 40, 688, 17152, 564864, 23212288, 1145627648, 66082594816, 4365282304000, 325074868781056, 26950224851927040, 2462208223872286720, 245811899064585814016, 26626175172644096180224, 3110339882223194198769664, 389786352057654976473726976
Offset: 0
Keywords
Programs
-
PARI
a(n, r=2, t=1, u=1) = r*sum(k=0, n, (t*n+u*k+r)^(n-1)*binomial(n, k));