A381480 E.g.f. A(x) satisfies A(x) = 1/( 1 - x * A(x) * cos(x * A(x)) )^2.
1, 2, 14, 174, 3168, 76450, 2304720, 83473726, 3533382272, 171254814210, 9355068840960, 568799458870478, 38102773549750272, 2788540163472852386, 221380225364522119168, 18950242574522637197790, 1739955233454599038402560, 170582215179135413189856514, 17785491645892269582026145792
Offset: 0
Keywords
Programs
-
PARI
a185951(n, k) = binomial(n, k)/2^k*sum(j=0, k, (2*j-k)^(n-k)*binomial(k, j)); a(n) = 2*sum(k=0, n, k!*binomial(2*n+k+2, k)/(2*n+k+2)*I^(n-k)*a185951(n, k));
Comments