OFFSET
0,1
COMMENTS
Empirically, the number of integral quadruples with sum = 1, sum-of-squares = 2n-1. - Colin Mallows, Dec 31 2016
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
G. Nebe and N. J. A. Sloane, Home page for this lattice
N. J. A. Sloane and B. K. Teo, Theta series and magic numbers for close-packed spherical clusters, J. Chem. Phys. 83 (1985) 6520-6534.
FORMULA
EXAMPLE
4 + 12*x + 12*x^2 + 16*x^3 + 24*x^4 + 12*x^5 + 24*x^6 + 36*x^7 + 12*x^8 + ...
MATHEMATICA
QP = QPochhammer; CoefficientList[4(QP[q^2]^2/QP[q])^3 + O[q]^50, q] (* Jean-François Alcover, Jul 04 2017, after Michael Somos *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Terms a(50) onward added by G. C. Greubel, Feb 20 2018
STATUS
approved