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 A022043 #16 Oct 16 2018 07:28:58 %S A022043 1,264,7944,64416,253704,825264,1938336,4437312,8118024,15653352, %T A022043 24832944,42517728,61903776,98021616,133522752,201364416,259776264, %U A022043 374842512,471023592,653690400,793078704,1082704128,1279397088,1699194816,1980797856,2578950264,2949559536 %N A022043 Theta series of D_12 lattice. %D A022043 J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 118. %H A022043 Seiichi Manyama, <a href="/A022043/b022043.txt">Table of n, a(n) for n = 0..10000</a> %H A022043 N. Heninger, E. M. Rains and N. J. A. Sloane, <a href="http://arXiv.org/abs/math.NT/0509316">On the Integrality of n-th Roots of Generating Functions</a>, J. Combinatorial Theory, Series A, 113 (2006), 1732-1745. %t A022043 terms = 21; f[q_] = LatticeData["D12", "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 A022043 nonn %O A022043 0,2 %A A022043 _N. J. A. Sloane_ %E A022043 More terms from _Seiichi Manyama_, Oct 16 2018