A038535 Numerators of coefficients of EllipticE/Pi.
1, -1, -3, -5, -175, -441, -4851, -14157, -2760615, -8690825, -112285459, -370263621, -19870814327, -67607800225, -931331941875, -3241035157725, -2913690606794775, -10313859829588425, -147068001273760875, -527570807893408125, -30451387031607516975
Offset: 0
Programs
-
Mathematica
Numerator[CoefficientList[Series[EllipticE[m]/Pi,{m,0,25}],m]] (* Harvey P. Dale, Dec 16 2011 *)
Formula
a(n) = 2^(-2 w[n])binomial[2n, n]^2 (-1)^(2n)/(1-2n) with w[n]=A000120 = number of 1's in binary expansion of n
Comments