cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A005886 Theta series of f.c.c. lattice with respect to tetrahedral hole.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Empirically, the number of integral quadruples with sum = 1, sum-of-squares = 2n-1. - Colin Mallows, Dec 31 2016

Examples

			4 + 12*x + 12*x^2 + 16*x^3 + 24*x^4 + 12*x^5 + 24*x^6 + 36*x^7 + 12*x^8 + ...
		

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A005869, A005878, A008443. Partial sums is A121054. Cf also A278081-A278086.

Programs

Formula

a(n) = 1/2 * A005878(n) = 2 * A005869(n) = 4 * A008443(n). - Michael Somos, May 31 2012

Extensions

Terms a(50) onward added by G. C. Greubel, Feb 20 2018