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.

A071342 a(n) = the maximum number of lattice points touched by an origin-centered sphere with radius <= n.

Original entry on oeis.org

6, 12, 30, 48, 48, 72, 96, 96, 120, 144, 168, 168, 192, 240, 240, 240, 264, 312, 336, 336, 336, 384, 384, 384, 408, 432, 480, 480, 504, 528, 552, 552, 552, 672, 672, 696, 720, 720, 720, 720, 768, 768, 816, 864, 864, 864, 936, 936, 936, 936, 936, 1008, 1008
Offset: 1

Views

Author

Hugo Pfoertner, May 22 2002

Keywords

Examples

			a(4 to 5)=48 because the sphere with radius sqrt(14) touches 48 lattice points; but no sphere touches more, until the radius is sqrt(26).
		

Crossrefs

Programs

Formula

a(n) = max(i=0 to n^2) A005875(i)

Extensions

Edited by Don Reble, Nov 06 2005