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-4 of 4 results.

A213625 Expansion of psi(x)^2 * phi(x^2) in powers of x where phi(), psi() are Ramanujan theta functions.

Original entry on oeis.org

1, 2, 3, 6, 4, 4, 7, 2, 8, 10, 4, 10, 9, 6, 8, 10, 4, 8, 16, 8, 9, 12, 8, 12, 20, 6, 8, 10, 8, 18, 11, 12, 8, 20, 12, 8, 20, 6, 20, 26, 8, 8, 15, 10, 16, 18, 12, 16, 20, 10, 16, 16, 8, 24, 24, 8, 21, 26, 8, 20, 20, 14, 8, 28, 16, 10, 28, 10, 24, 22, 8, 16, 17
Offset: 0

Views

Author

Michael Somos, Jun 16 2012

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 + 2*x + 3*x^2 + 6*x^3 + 4*x^4 + 4*x^5 + 7*x^6 + 2*x^7 + 8*x^8 + 10*x^9 + ...
G.f. = q + 2*q^5 + 3*q^9 + 6*q^13 + 4*q^17 + 4*q^21 + 7*q^25 + 2*q^29 + 8*q^33 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ EllipticTheta[ 2, 0, x^(1/2)]^2 EllipticTheta[ 3, 0, x^2] / (4 x^(1/4)), {x, 0, n}];
  • PARI
    {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^4 + A)^5 / (eta(x + A)^2 * eta(x^8 + A)^2), n))};

Formula

Expansion of q^(-1/4) * eta(q^2)^2 * eta(q^4)^5 / (eta(q)^2 * eta(q^8)^2) in powers of q.
Euler transform of period 8 sequence [ 2, 0, 2, -5, 2, 0, 2, -3, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (32 t)) = 2^(3/2) (t/i)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A116597.
a(2*n) = A213622(n). a(2*n + 1) = 2 * A132969(n).

A127786 Expansion of phi(q) * phi(q^2) * phi(-q^4) in powers of q where phi() is a Ramanujan theta function.

Original entry on oeis.org

1, 2, 2, 4, 0, -4, 0, -8, -2, 6, -8, 4, 0, -12, 0, -8, -4, 8, 10, 12, 0, -8, 0, -8, 8, 14, -8, 16, 0, -4, 0, -16, 6, 16, 16, 8, 0, -20, 0, -8, -8, 8, -16, 20, 0, -20, 0, -16, -8, 18, 10, 8, 0, -12, 0, -24, 0, 16, -24, 12, 0, -20, 0, -24, 12, 8, 16, 28, 0, -16, 0, -8, -10, 32, -8, 20, 0, -16, 0, -16, -8, 18, 32, 20, 0, -24, 0
Offset: 0

Views

Author

Michael Somos, Jan 29 2007

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 + 2*q + 2*q^2 + 4*q^3 - 4*q^5 - 8*q^7 - 2*q^8 + 6*q^9 - 8*q^10 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ EllipticTheta[ 3, 0, q] EllipticTheta[ 3, 0, q^2] EllipticTheta[ 4, 0, q^4], {q, 0, n}]; (* Michael Somos, Sep 08 2014 *)
  • PARI
    {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A)^3 * eta(x^4 + A)^5 / (eta(x + A)^2 * eta(x^8 + A)^3), n))};

Formula

Expansion of eta(q^2)^3 * eta(q^4)^5 / (eta(q)^2 * eta(q^8)^3) in powers of q.
Euler transform of period 8 sequence [ 2, -1, 2, -6, 2, -1, 2, -3, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (64 t)) = 128 * (t/i)^(3/2) g(t) where q = exp(2 Pi i t) and g() is the g.f. of A213622. - Michael Somos, Sep 08 2014
a(8*n + 4) = a(8*n + 6) = 0.
a(n) = A080963(2*n). a(2*n) = A116597(n). a(2*n + 1) = 2 * A246836(n). a(4*n + 1) = 2 * A246835(n). a(4*n + 3) = 4 * A246833(n). - Michael Somos, Sep 08 2014
a(8*n) = A212885(n). a(8*n + 1) = 2 * A213622(n). a(8*n + 2) = 2 * A246954(n). a(8*n + 3) = 4 * A246832(n). a(8*n + 5) = - 4 * A246837(n). a(8*n + 7) = - 8 * A033763(n). - Michael Somos, Sep 08 2014
a(3*n + 2) = 2 * A257873(n). - Michael Somos, May 11 2015

A246814 Expansion of phi(-q) * phi(-q^4)^2 in powers of q where phi() is a Ramanujan theta function.

Original entry on oeis.org

1, -2, 0, 0, -2, 8, 0, 0, -4, -10, 0, 0, 8, 8, 0, 0, 6, -16, 0, 0, -8, 16, 0, 0, -8, -10, 0, 0, 0, 24, 0, 0, 12, -16, 0, 0, -10, 8, 0, 0, -8, -32, 0, 0, 24, 24, 0, 0, 8, -18, 0, 0, -8, 24, 0, 0, -16, -16, 0, 0, 0, 24, 0, 0, 6, -32, 0, 0, -16, 32, 0, 0, -12
Offset: 0

Views

Author

Michael Somos, Sep 03 2014

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 - 2*q - 2*q^4 + 8*q^5 - 4*q^8 - 10*q^9 + 8*q^12 + 8*q^13 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ EllipticTheta[ 4, 0, q] EllipticTheta[ 4, 0, q^4]^2, {q, 0, n}]; Table[a[n], {n, 0, 80}]
  • PARI
    {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^2 * eta(x^4 + A)^4 / (eta(x^2 + A) * eta(x^8 + A)^2), n))};

Formula

Expansion of eta(q)^2 * eta(q^4)^4 / (eta(q^2) * eta(q^8)^2) in powers of q.
Euler transform of period 8 sequence [ -2, -1, -2, -5, -2, -1, -2, -3, ...].
a(n) = (-1)^(mod(n,4) = 1) * A116597(n).
a(4*n + 2) = a(4*n + 3) = 0. a(4*n) = A212885(n). a(4*n + 1) = -(-1)^n * A005876(n).

A257536 Expansion of phi(-x^4)^2 * f(-x^1, -x^5) in powers of x where phi(), f() are Ramanujan theta functions.

Original entry on oeis.org

1, -1, 0, 0, -4, 3, 0, 0, 5, 0, 0, 0, -4, -4, 0, 0, 9, -4, 0, 0, -12, 3, 0, 0, 8, 12, 0, 0, -8, -4, 0, 0, 8, -5, 0, 0, -12, 0, 0, 0, 13, 0, 0, 0, -8, -8, 0, 0, 16, -4, 0, 0, -12, 12, 0, 0, 13, 12, 0, 0, -20, -8, 0, 0, 8, -9, 0, 0, -16, 12, 0, 0, 16, 0, 0, 0
Offset: 0

Views

Author

Michael Somos, Apr 28 2015

Keywords

Comments

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

Examples

			G.f. = 1 - x - 4*x^4 + 3*x^5 + 5*x^8 - 4*x^12 - 4*x^13 + 9*x^16 - 4*x^17 + ...
G.f. = q - q^4 - 4*q^13 + 3*q^16 + 5*q^25 - 4*q^37 - 4*q^40 + 9*q^49 + ...
		

Crossrefs

Cf. A116597.

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ QPochhammer[ x, x^2] EllipticTheta[ 4, 0, x^4]^2 EllipticTheta[ 2, 0, x^(3/2)] / (2 x^(3/8)), {x, 0, n}];
  • PARI
    {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A) * eta(x^4 + A)^4 * eta(x^6 + A)^2 / (eta(x^2 + A) * eta(x^3 + A) * eta(x^8 + A)^2), n))};

Formula

Expansion of q^(-1/3) * eta(q) * eta(q^4)^4 * eta(q^6)^2 / (eta(q^2) * eta(q^3) * eta(q^8)^2) in powers of q.
Euler transform of period 24 sequence [ -1, 0, 0, -4, -1, -1, -1, -2, 0, 0, -1, -5, -1, 0, 0, -2, -1, -1, -1, -4, 0, 0, -1, -3, ...].
a(4*n + 2) = a(4*n + 3) = 0. 2 * a(n) = A116597(3*n + 1).
Showing 1-4 of 4 results.