OFFSET
0,3
COMMENTS
This is the digonal F lattice (the even holotype) of dimension 3.
LINKS
John Cannon, Table of n, a(n) for n = 0..5000
G. Nebe and N. J. A. Sloane, Home page for this lattice
FORMULA
a(n) = coefficient of q^2n in theta3(q)*theta3(q^3)*theta3(q^5). Theta series of even sublattice of Z+sqrt(3)Z+sqrt(5)Z - Kok Seng Chua (chuaks(AT)ihpc.nus.edu.sg), May 07 2002 [corrected by Michael Somos, Apr 05 2012]
EXAMPLE
1 + 6*x^2 + 4*x^3 + 4*x^4 + 14*x^6 + 4*x^7 + 6*x^8 + 8*x^9 + 2*x^10 + ...
1 + 6*q^4 + 4*q^6 + 4*q^8 + 14*q^12 + 4*q^14 + 6*q^16 + 8*q^18 + 2*q^20 + ...
PROG
(PARI) {a(n) = if( n<1, n==0, qfrep( [ 4, 2, 2; 2, 4, 1; 2, 1, 6], n, 1)[n] * 2 )} /* Michael Somos, Apr 05 2012 */
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved