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.

A097913 G.f.: (1+x^18)/((1-x)*(1-x^8)*(1-x^12)*(1-x^24)).

This page as a plain text file.
%I A097913 #16 Mar 21 2023 09:40:21
%S A097913 1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,3,4,4,5,5,6,6,6,6,9,9,10,10,11,11,12,
%T A097913 12,15,15,16,16,19,19,20,20,23,23,26,26,29,29,30,30,36,36,39,39,42,42,
%U A097913 45,45,51,51,54,54,60,60,63,63,69,69,75,75,81,81,84,84,94,94,100,100,106,106
%N A097913 G.f.: (1+x^18)/((1-x)*(1-x^8)*(1-x^12)*(1-x^24)).
%C A097913 Conjectured Poincaré series [or Poincare series] for genus 2 Siegel theta series of odd unimodular lattices.
%H A097913 G. C. Greubel, <a href="/A097913/b097913.txt">Table of n, a(n) for n = 0..1000</a>
%H A097913 G. Nebe, E. M. Rains and N. J. A. Sloane, <a href="http://neilsloane.com/doc/cliff2.html">Self-Dual Codes and Invariant Theory</a>, Springer, Berlin, 2006.
%H A097913 <a href="/index/Rec#order_45">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, 1, -1).
%t A097913 CoefficientList[Series[(1 + x^18)/((1 - x)*(1 - x^8)*(1 - x^12)*(1 - x^24)), {x, 0, 50}], x] (* _G. C. Greubel_, Dec 20 2017 *)
%o A097913 (PARI) x='x+O('x^30); Vec((1+x^18)/((1-x)*(1-x^8)*(1-x^12)*(1-x^24))) \\ _G. C. Greubel_, Dec 20 2017
%Y A097913 Cf. A008718.
%K A097913 nonn
%O A097913 0,9
%A A097913 _N. J. A. Sloane_, Sep 04 2004