login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127392 Expansion of the elliptic function sqrt(k(q))/q^(1/4) in powers of q, where sqrt(k(q)) = theta_2(q)/theta_3(q). 5
2, -4, 10, -20, 36, -64, 110, -180, 288, -452, 692, -1044, 1554, -2276, 3296, -4724, 6696, -9408, 13108, -18112, 24850, -33864, 45844, -61696, 82564, -109892, 145536, -191828, 251684, -328804, 427802, -554408, 715808, -920896, 1180660, -1508736, 1921896, -2440740, 3090612 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
N. J. Fine, Basic Hypergeometric Series and Applications, Amer. Math. Soc., 1988; Eq. (34.3).
LINKS
FORMULA
Expansion of 2 * q^(-1/4) * (eta(q) * eta(q^4)^2 / eta(q^2)^3)^2 in powers of q. - Michael Somos, Jun 12 2012
a(n) ~ (-1)^n * exp(Pi*sqrt(n))/(2^(5/2)*n^(3/4)). - Vaclav Kotesovec, Jul 04 2016
2 * ({1} U (Euler transform of period 4 sequence [-2, 4, -2, 0])). - Georg Fischer, Dec 06 2022
EXAMPLE
2 - 4*x + 10*x^2 - 20*x^3 + 36*x^4 - 64*x^5 + 110*x^6 - 180*x^7 + 288*x^8 - ...
2*q^(1/4) - 4*q^(5/4) + 10*q^(9/4) - 20*q^(13/4) + 36*q^(17/4) - 64*q^(21/4) + ...
MATHEMATICA
QP = QPochhammer; s = 2*(QP[q]*(QP[q^4]^2/QP[q^2]^3))^2 + O[q]^40; CoefficientList[s, q] (* Jean-François Alcover, Nov 27 2015, adapted from PARI *)
nmax = 50; CoefficientList[Series[2*Product[(1+x^(2*k))^4 / (1+x^k)^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 04 2016 *)
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( 2 * (eta(x + A) * eta(x^4 + A)^2 / eta(x^2 + A)^3)^2, n))} /* Michael Somos, Jun 12 2012 */
CROSSREFS
See A127391 for another version. Dividing by 2 gives A079006. Cf. A001936, A001938.
Sequence in context: A283090 A283143 A174175 * A236001 A258092 A263993
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Mar 31 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 02:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)