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 A015685 #13 Oct 23 2018 08:14:49 %S A015685 1,-9,99,-1287,19089,-316305,5772195,-114729615,2462398785, %T A015685 -56674425465,1390839617475,-36219350942775,996780497137425, %U A015685 -28887911103276225,878916406742849475,-27996927397669605375 %N A015685 Expansion of e.g.f. theta_3^(-9/2). %D A015685 J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 102. %H A015685 Seiichi Manyama, <a href="/A015685/b015685.txt">Table of n, a(n) for n = 0..429</a> %t A015685 nmax = 25; CoefficientList[Series[EllipticTheta[3, 0, x]^(-9/2), {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Oct 23 2018 *) %K A015685 sign %O A015685 0,2 %A A015685 _N. J. A. Sloane_