A381379 E.g.f. A(x) satisfies A(x) = 1/( 1 - x * cos(x * A(x)) )^2.
1, 2, 6, 18, -48, -2630, -52800, -824054, -8682240, 54462258, 7410631680, 305163480578, 8935815871488, 167137193150954, -1440976761090048, -349400091225243270, -22113174143289262080, -960586728800597050526, -26252145855684866211840, 255024367557922004307442
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