A381408 E.g.f. A(x) satisfies A(x) = exp( 2 * x * cosh(x * A(x)) ).
1, 2, 4, 14, 160, 2202, 28384, 419302, 8238080, 193340978, 4860711424, 132391420350, 4045976651776, 137295166640842, 5028417873133568, 197042617602645398, 8292209178735935488, 374117497443421923426, 17958577129581151387648, 912189896002576287703918
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, (2*n-2*k+2)^(k-1)*a185951(n, k));
Comments