cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A320078 Expansion of Product_{k>0} theta_3(q^(2*k-1)), where theta_3() is the Jacobi theta function.

Original entry on oeis.org

1, 2, 0, 2, 6, 2, 4, 6, 8, 16, 8, 14, 26, 26, 24, 30, 58, 50, 60, 78, 90, 118, 104, 138, 192, 224, 204, 268, 366, 354, 412, 474, 596, 694, 724, 818, 1052, 1162, 1176, 1470, 1756, 1918, 2052, 2434, 2814, 3168, 3396, 3806, 4674, 5124, 5396, 6250, 7374, 7898, 8732
Offset: 0

Views

Author

Seiichi Manyama, Oct 05 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 60; CoefficientList[Series[Product[EllipticTheta[3, 0, x^(2*k-1)], {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 05 2018 *)
    nmax = 60; CoefficientList[Series[Product[(1 - x^((2*k-1)*j))*(1 + x^((2*k-1)*j))^3/(1 + x^(2*j*(2*k-1)))^2, {k, 1, nmax}, {j, 1, Floor[nmax/k] + 1}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 06 2018 *)
  • PARI
    q='q+O('q^80); Vec(prod(k=1,50, eta(q^(2*(2*k-1)))^5/( eta(q^(2*k-1))* eta(q^(4*(2*k-1))))^2 ) ) \\ G. C. Greubel, Oct 29 2018

Formula

Expansion of Product_{k>0} eta(q^(2*(2*k-1)))^5 / (eta(q^(2*k-1))*eta(q^(4*(2*k-1))))^2.
a(n) ~ (log(2))^(1/4) * exp(Pi*sqrt(n*log(2)/2)) / (4*n^(3/4)). - Vaclav Kotesovec, Oct 07 2018

A320968 Expansion of (Product_{k>0} theta_3(q^k)/theta_4(q^k))^(1/2), where theta_3() and theta_4() are the Jacobi theta functions.

Original entry on oeis.org

1, 2, 4, 10, 18, 34, 64, 110, 188, 320, 524, 846, 1358, 2130, 3308, 5102, 7750, 11674, 17468, 25862, 38022, 55558, 80532, 116034, 166284, 236784, 335416, 472868, 663146, 925762, 1286920, 1780962, 2454792, 3370806, 4610656, 6284090, 8535868, 11554834, 15591564
Offset: 0

Views

Author

Seiichi Manyama, Oct 25 2018

Keywords

Crossrefs

Cf. A000122, A002448, A080054 ((theta_3(q^k)/theta_4(q^k))^(1/2)), A320098, A320967, A320992.

Programs

  • Mathematica
    CoefficientList[Series[1/Product[EllipticTheta[4, 0, q^(2*k - 1)], {k, 1, 50}], {q, 0, 80}], q] (* G. C. Greubel, Oct 29 2018 *)
  • PARI
    q='q+O('q^80); Vec(prod(k=1,50, eta(q^(2*k))^3/(eta(q^k)^2* eta(q^(4*k))) )) \\ G. C. Greubel, Oct 29 2018

Formula

a(n) = (-1)^n * A320098(n).
Expansion of Product_{k>0} eta(q^(2*k))^3 / (eta(q^k)^2*eta(q^(4*k))).
Expansion of Product_{k>0} 1/theta_4(q^(2*k-1)).

A321027 Expansion of Product_{k>0} theta_3(q^(2*k))/theta_3(q^(2*k-1)), where theta_3() is the Jacobi theta function.

Original entry on oeis.org

1, -2, 6, -14, 28, -58, 114, -210, 384, -684, 1178, -2010, 3372, -5538, 9006, -14466, 22906, -35954, 55884, -85946, 131176, -198622, 298274, -444958, 659368, -970544, 1420362, -2066876, 2990680, -4305598, 6168154, -8793554, 12480718, -17637250, 24818530, -34785622
Offset: 0

Views

Author

Seiichi Manyama, Oct 26 2018

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 50; CoefficientList[Series[Product[EllipticTheta[3, 0, x^(2*k)] / EllipticTheta[3, 0, x^(2*k-1)], {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 26 2018 *)
Showing 1-3 of 3 results.