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.

A002482 Theta series of Borcherds' 27-dimensional unimodular lattice U_27.

Original entry on oeis.org

1, 0, 0, 2664, 101142, 1645056, 16045056, 110146176, 584713404, 2549741568, 9515943936, 31314087864, 92917622376, 252775586304, 638328674304, 1511740886400, 3387163161366, 7228598851584
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    th3^27-54*th3^19*delta8+216*th3^11*delta8^2 (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 + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 06 2017 *)