A285044 Expansion of cosh(5*arctanh(2*sqrt(x))).
1, 50, 550, 4020, 24710, 138012, 725340, 3655080, 17859270, 85230860, 399257716, 1842353240, 8396404380, 37868584600, 169278679800, 750923914320, 3308947546950, 14495583969900, 63172016823300, 274031830241400, 1183780040663220
Offset: 0
Programs
-
Maple
seq(1/3*(64*n^2 + 8*n + 3)*binomial(2*n,n), n = 0..20);
Formula
a(n) = 1/3*(64*n^2 + 8*n + 3)*binomial(2*n,n).
O.g.f. cosh(5*arctanh(2*sqrt(x))) = (1 + 40*x + 80*x^2)/(1 - 4*x)^(5/2) = 1 + 50*x + 550*x^2 + 4020*x^3 + ....
Note that the zeros of the polynomial 1 + 40*x^2 + 80*x^4 = 1/2*((1 + 2*x)^5 + (1 - 2*x)^5), are given by 1/2*cot(k*Pi/5)*i for 1 <= k <= 4. See A085840.
O.g.f. for the sequence with interpolated zeros: 1/2*( ((1 + 2*x)/(1 - 2*x))^(5/2) + ((1 - 2*x)/(1 + 2*x))^(5/2) ) = 1 + 50*x^2 + 550*x^4 + 4020*x^6 + ....
Comments