login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A005886
Theta series of f.c.c. lattice with respect to tetrahedral hole.
(Formerly M3429)
6
4, 12, 12, 16, 24, 12, 24, 36, 12, 28, 36, 24, 36, 36, 24, 24, 60, 36, 28, 48, 12, 60, 60, 24, 48, 48, 36, 48, 60, 24, 52, 84, 48, 24, 60, 36, 48, 96, 36, 72, 48, 36, 72, 60, 48, 52, 96, 36, 60, 96, 24, 72, 108, 24, 48, 60, 72, 96, 84, 60, 48, 108, 36, 52, 72, 60, 108, 108, 36, 48, 108
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
FORMULA
a(n) = 1/2 * A005878(n) = 2 * A005869(n) = 4 * A008443(n). - Michael Somos, May 31 2012
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
Cf. A005869, A005878, A008443. Partial sums is A121054. Cf also A278081-A278086.
Sequence in context: A074258 A253137 A120213 * A096442 A211437 A195199
KEYWORD
nonn,easy
EXTENSIONS
Terms a(50) onward added by G. C. Greubel, Feb 20 2018
STATUS
approved