A274344 Coefficients in the expansion of q^(1/2) in odd powers of k/4, where q is the Jacobi nome and k^2 the parameter of elliptic functions. Also coefficients in the expansion of q in odd powers of (1/4)*(1 - k') / (1 + k') with k'^2 the complementary parameter.
1, 4, 34, 360, 4239, 53148, 694582, 9348664, 128625067, 1800131564, 25538105486, 366348201176, 5304067812296, 77394671803040, 1136872705730600, 16796605751564320, 249415741237963837
Offset: 1
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..800
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy], pp. 569, 591.
- R. Fricke, Die elliptischen Funktionen und ihre Anwendungen, Dritter Teil, Springer-Verlag, 2012., p. 2, eq. (4).
- A. Kneser, Neue Untersuchung einer Reihe aus der Theorie der elliptischen Funktionen, J. reine u. angew. Math. 157, 1927, 209 - 218.
Programs
-
Mathematica
CoefficientList[Series[Sqrt[EllipticNomeQ[16*x]/x], {x, 0, 20}], x] (* Vaclav Kotesovec, Oct 07 2019 *)
Formula
q^{1/2} = Sum_{n >= 0} a(n)*(k/4)^(2*n+1).
q = Sum_{n >= 0} a(n)*((1/4)*(1 - k')/(1 + k'))^(2*n+1).
Comments