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.

A022062 Theta series of D_31 lattice.

This page as a plain text file.
%I A022062 #12 Oct 16 2018 07:56:11
%S A022062 1,1860,503502,47229864,2046701220,47775740520,671636175480,
%T A022062 6309132101904,43733123309262,241275541236780,1111479953165352,
%U A022062 4426891212365160,15633379938039144,49899492947343864,146147632445771200,397406328481552528,1013148957319630500,2440161908107807952
%N A022062 Theta series of D_31 lattice.
%D A022062 J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 118.
%H A022062 Seiichi Manyama, <a href="/A022062/b022062.txt">Table of n, a(n) for n = 0..10000</a>
%t A022062 terms = 14; f[q_] = LatticeData["D31", "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 A022062 nonn
%O A022062 0,2
%A A022062 _N. J. A. Sloane_
%E A022062 More terms from _Seiichi Manyama_, Oct 16 2018