OFFSET
0,2
COMMENTS
This is the monoclinic P 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
EXAMPLE
1 + 2*x + 6*x^2 + 8*x^3 + 6*x^4 + 8*x^5 + 4*x^6 + 8*x^7 + 18*x^8 + ...
1 + 2*q^2 + 6*q^4 + 8*q^6 + 6*q^8 + 8*q^10 + 4*q^12 + 8*q^14 + 18*q^16 + 10*q^18 + ...
PROG
(PARI) {a(n) = if( n<1, n==0, qfrep( [ 2, 1, 0; 1, 4, 1; 0, 1, 4], n, 1)[n] * 2 )} /* Michael Somos, Apr 05 2012 */
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved