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.

A002434 Theta series of Borcherds' 27-dimensional unimodular lattice T_27.

Original entry on oeis.org

1, 0, 0, 1640, 119574, 1497600, 16733184, 108081792, 588805308, 2544826368, 9516533760, 31328289720, 92876121704, 252846217728, 638250227712, 1511780699520, 3387237774102, 7228330481664
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    th3^27-54*th3^19*delta8+216*th3^11*delta8^2-1024*th3^3*delta8^3 # (th3= A000122, delta8= A002408).
  • Mathematica
    terms = 18; QP = QPochhammer; th3 = EllipticTheta[3, 0, q]; delta8 = q*(QP[q]*(QP[q^4]/QP[q^2]))^8; s = th3^27 - 54*th3^19*delta8 + 216*th3^11*delta8^2 - 1024*th3^3*delta8^3 + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 06 2017 *)