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

A253243 Expansion of phi(-x^2) * psi(x^3) * chi(x^3) in powers of x where phi(), psi(), chi() are Ramanujan theta functions.

Original entry on oeis.org

1, 0, -2, 2, 0, -4, 1, 0, 0, 2, 0, 0, 3, 0, -4, 2, 0, 0, 2, 0, -2, 0, 0, -4, 2, 0, 0, 2, 0, -4, 1, 0, -4, 4, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 2, 0, -4, 2, 0, -4, 0, 0, 0, 4, 0, -2, 2, 0, -4, 2, 0, 0, 0, 0, 0, 0, 0, -8, 2, 0, 0, 1, 0, 0, 4, 0, -4, 2, 0, 0, 2
Offset: 0

Views

Author

Michael Somos, Jun 04 2015

Keywords

Comments

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

Examples

			G.f. = 1 - 2*x^2 + 2*x^3 - 4*x^5 + x^6 + 2*x^9 + 3*x^12 - 4*x^14 + 2*x^15 + ...
G.f. = q - 2*q^9 + 2*q^13 - 4*q^21 + q^25 + 2*q^37 + 3*q^49 - 4*q^57 + ...
		

Crossrefs

Programs

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

Formula

Expansion q^(-1/4) * eta(q^2)^2 * eta(q^6)^4 / (eta(q^3)^2 * eta(q^4) * eta(q^12)) in powers of q.
Euler transform of period 12 sequence [ 0, -2, 2, -1, 0, -4, 0, -1, 2, -2, 0, -2, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = 108^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A246650.
a(n) = A123530(2*n) = A097109(4*n + 1) = A112848(4*n + 1) = A123477(4*n + 1). 3 * a(n) = A226535(4*n + 1). -3 * a(n) = A005928(4*n + 1).
a(3*n) = A123884(n). a(3*n + 1) = 0. a(3*n + 2) = -2 * A112605(n).

A246752 Expansion of phi(-x) * chi(x) * psi(-x^3) in powers of x where phi(), psi(), chi() are Ramanujan theta functions.

Original entry on oeis.org

1, -1, -2, 0, 2, 3, -2, 0, 1, -2, -2, 0, 2, 0, -2, 0, 3, -2, 0, 0, 2, 3, -2, 0, 2, -2, -2, 0, 0, 0, -4, 0, 2, -1, -2, 0, 2, 6, 0, 0, 1, -2, -2, 0, 4, 0, -2, 0, 0, -2, -2, 0, 2, 0, -2, 0, 3, -2, -2, 0, 2, 0, 0, 0, 2, -3, -2, 0, 0, 6, -2, 0, 4, 0, -2, 0, 2, 0
Offset: 0

Views

Author

Michael Somos, Sep 02 2014

Keywords

Comments

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

Examples

			G.f. = 1 - x - 2*x^2 + 2*x^4 + 3*x^5 - 2*x^6 + x^8 - 2*x^9 - 2*x^10 + ...
G.f. = q - q^4 - 2*q^7 + 2*q^13 + 3*q^16 - 2*q^19 + q^25 - 2*q^28 + ...
		

Crossrefs

Programs

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

Formula

Expansion of phi(-x) * f(x^1, x^5) in powers of x where phi(), f() are Ramanujan theta functions.
Expansion of q^(-1/3) * eta(q) * eta(q^2) * eta(q^3) * eta(q^12) / (eta(q^4) * eta(q^6)) in powers of q.
G.f. is a period 1 Fourier series which satisfies f(-1 / (144 t)) = 768^(1/2) (t/i) g(t) where q = exp(2 Pi i t) and g() is the g.f. for A246838.
a(n) = (-1)^n * A246650(n).
Convolution of A002448 and A089801.
a(2*n) = A129451(n). a(4*n) = A123884(n). a(4*n + 1) = - A122861(n). a(4*n + 2) = - 2 * A121361(n). a(4*n + 3) = 0.
Showing 1-2 of 2 results.