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.
%I A022063 #15 Oct 16 2018 07:30:36 %S A022063 1,1984,575424,58115328,2724906944,69079796864,1054968628480, %T A022063 10706472186368,79395777333184,464573878394560,2256126097001600, %U A022063 9423431444080384,34759556728866048,115474354635222656,350982387781513728,987881573708613120,2601123015997179840,6457558989366956928 %N A022063 Theta series of D_32 lattice. %D A022063 J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 118. %H A022063 Seiichi Manyama, <a href="/A022063/b022063.txt">Table of n, a(n) for n = 0..10000</a> %t A022063 terms = 14; f[q_] = LatticeData["D32", "ThetaSeriesFunction"][-I*Log[q]/Pi]; s = f[q] + O[q]^(2 terms); DeleteCases[CoefficientList[s, q], 0][[1 ;; terms]] (* _Jean-François Alcover_, Jul 06 2017 *) %K A022063 nonn %O A022063 0,2 %A A022063 _N. J. A. Sloane_ %E A022063 More terms from _Seiichi Manyama_, Oct 16 2018