OFFSET
0,6
COMMENTS
See reference for precise definition. The definition makes sense only for n > 4. All terms are generated using the formula given by Kitayama (and here in the Python code), but for n <= 4 they don't have meaningful interpretation.
LINKS
Hidetaka Kitayama, On the graded ring of Siegel modular forms of degree two with respect to a non-split symplectic group, arXiv:1004.5164 [math.NT], 2010. See table at p. 4.
Hidetaka Kitayama, On the graded ring of Siegel modular forms of degree two with respect to a non-split symplectic group, International Journal of Mathematics 23 (2012), 1250032. See Sec. 2.3.
PROG
(Python)
[(4*k**3-18*k**2+696*k-1737+(-1)**k*225 + [0, -1, 1][k%3]*160 + [1, 0, 0, -1][k%4]*360 + [1, 0, 0, -1, 0][k%5]*1152) // 1440 for k in range(100)] # Andrey Zabolotskiy, Sep 13 2021
CROSSREFS
KEYWORD
sign
AUTHOR
Jonathan Vos Post, Apr 29 2010
EXTENSIONS
Terms a(11) and beyond from Andrey Zabolotskiy, Sep 13 2021
STATUS
approved