OFFSET
0,5
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
B. Runge, On Siegel modular forms II, Nagoya Math. J., 138 (1995), 179-197.
Index entries for linear recurrences with constant coefficients, signature (1,0,0,2,-2,1,-1,-1,1,-2,2,0,0,1,-1).
FORMULA
G.f.: (1+x^19)/((1-x^2) * (1-x^4)^2 * (1-x^6)).
MATHEMATICA
CoefficientList[Series[(1+x^19)/((1-x^2)(1-x^4)^2(1-x^6)), {x, 0, 70}], x] (* Harvey P. Dale, Oct 13 2015 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 70); Coefficients(R!( (1+x^19)/((1-x^2)*(1-x^4)^2*(1-x^6) )); // G. C. Greubel, Aug 04 2022
(Sage)
def A027636_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x^19)/((1-x^2)*(1-x^4)^2*(1-x^6) ).list()
A027636_list(70) # G. C. Greubel, Aug 04 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved