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.

A005925 Theta series of diamond.

Original entry on oeis.org

1, 0, 0, 4, 0, 0, 0, 0, 12, 0, 0, 12, 0, 0, 0, 0, 6, 0, 0, 12, 0, 0, 0, 0, 24, 0, 0, 16, 0, 0, 0, 0, 12, 0, 0, 24, 0, 0, 0, 0, 24, 0, 0, 12, 0, 0, 0, 0, 8, 0, 0, 24, 0, 0, 0, 0, 48, 0, 0, 36, 0, 0, 0, 0, 6, 0, 0, 12
Offset: 0

Views

Author

Keywords

Comments

a(n) > 0 iff n is in A047470. - Robert Israel, Jul 06 2016

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Maple
    S:= series((JacobiTheta2(0,z^4)^3 + JacobiTheta3(0,z^4)^3 + JacobiTheta4(0,z^4)^3)/2, z, 101):
    seq(coeff(S,z,j),j=0..100); # Robert Israel, Jul 06 2016
  • Mathematica
    terms = 68; s = Simplify[Normal[(EllipticTheta[2, 0, z^4]^3 + EllipticTheta[3, 0, z^4]^3 + EllipticTheta[4, 0, z^4]^3)/2 + O[z]^terms], z > 0]; CoefficientList[s, z] (* Jean-François Alcover, Jul 07 2017 *)

Formula

(theta_2^3 + theta_3^3 + theta_4^3) / 2.