OFFSET
0,2
COMMENTS
This is the 4-dimensional Elkies_A lattice.
REFERENCES
N. D. Elkies, Elliptic and modular curves..., in AMS/IP Studies in Advanced Math., 7 (1998), 21-76, esp. p. 57.
LINKS
John Cannon, Table of n, a(n) for n = 0..5000
EXAMPLE
G.f. = 1 + 2*x + 2*x^2 + 4*x^3 + 2*x^4 + 4*x^5 + 8*x^6 + 4*x^7 + 10*x^8 + ...
G.f. = 1 + 2*q^2 + 2*q^4 + 4*q^6 + 2*q^8 + 4*q^10 + 8*q^12 + 4*q^14 + 10*q^16 + 6*q^18 + ...
PROG
(PARI) {a(n) = my(G); if( n<0, 0, G = [ 4, 0, 2, 1; 0, 2, 1, 1; 2, 1, 20, 1; 1, 1, 1, 10 ]; polcoeff( 1 + 2 * x * Ser( qfrep( G, n, 1)), n))}; /* Michael Somos, Mar 30 2015 */
(Magma) A := Basis( ModularForms( Gamma0(37), 2), 72); A[1] + 2*A[2] + 2*A[3]; /* Michael Somos, Mar 30 2015 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), Jun 22 2000
STATUS
approved