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.

Showing 1-1 of 1 results.

A078184 Number of solutions to n^2 < x^2 + y^2 + z^2 < (n+1)^2; number of lattice points between spheres of radii n and n+1.

Original entry on oeis.org

0, 20, 60, 128, 228, 380, 440, 684, 860, 1068, 1328, 1548, 1940, 2288, 2484, 2924, 3300, 3824, 4140, 4700, 5240, 5484, 6260, 6864, 7340, 8180, 8676, 9392, 9804, 10988, 11208, 12572, 13100, 13860, 14792, 15588, 16604, 17328, 18500, 19292
Offset: 0

Views

Author

T. D. Noe, Nov 21 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[SquaresR[3, k], {k, n^2 + 1, (n + 1)^2 - 1}], {n, 0, 50}]

Formula

a(n) = A078183(n+1) - A000605(n)
Showing 1-1 of 1 results.