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.

A107658 Coefficients of 6th root of theta series of Coxeter-Todd lattice K_{12} (see A004010).

Original entry on oeis.org

1, 0, 126, 672, -36288, -413280, 15087870, 275661792, -6846707322, -186737716704, 3093536396160, 126405712075104, -1274633447433024, -84873293805379968, 385697576191762044, 56246329449791661600, 31646424393253329408
Offset: 0

Views

Author

N. J. A. Sloane and Michael Somos, Jun 07 2005

Keywords

Crossrefs

Cf. A004010.

Programs

  • Mathematica
    terms = 17; QP = QPochhammer; s = ((QP[q]^18*(4 - 4*(1 + (9*q*QP[q^9]^3) / QP[q]^3)^3 + 3*(1 + (9*q*QP[q^9]^3)/QP[q]^3)^6))/(3*QP[q^3]^6))^(1/6) + O[q]^terms; CoefficientList[s, q] (* Jean-François Alcover, Jul 08 2017, after Michael Somos *)