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

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

Original entry on oeis.org

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

Views

Author

Michael Somos, Apr 14 2007

Keywords

Comments

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

Examples

			G.f. = 1 + q + 2*q^3 + 2*q^4 + 2*q^8 + 3*q^9 + 2*q^11 + 4*q^12 + 2*q^16 + ...
		

Crossrefs

Programs

  • Mathematica
    a[ n_] := SeriesCoefficient[ (EllipticTheta[ 3, 0, q] EllipticTheta[ 3, 0, q^2] + EllipticTheta[ 4, 0, q^2] EllipticTheta[ 3, 0, q^4]) / 2, {q, 0, n}]; (* Michael Somos, Nov 11 2015 *)
  • PARI
    {a(n) = if( n<1, n==0, qfrep([1, 0; 0, 8], n)[n] + qfrep([3, 1; 1, 3], n)[n])};

Formula

Moebius transform is period 32 sequence [1, -1, 1, 2, -1, -1, -1, 0, 1, 1, 1, 2, -1, 1, -1, 0, 1, -1, 1, -2, -1, -1, -1, 0, 1, 1, 1, -2, -1, 1, -1, 0, ...].
a(4*n + 2) = a(8*n + 5) = a(8*n + 7) = 0.
a(n) = A125096(n) unless n=0. a(8*n + 1) = A112603(n). a(8*n + 3) = 2 * A033761(n).
a(2*n + 1) = A113411(n). a(4*n) = A033715(n). - Michael Somos, Nov 11 2015
Showing 1-1 of 1 results.