login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078183 Number of solutions to x^2 + y^2 + z^2 < n^2; number of lattice points inside a sphere of radius n. 1
0, 1, 27, 93, 251, 485, 895, 1365, 2103, 2969, 4139, 5497, 7123, 9093, 11459, 13997, 17071, 20377, 24303, 28545, 33371, 38641, 44395, 50733, 57747, 65117, 73447, 82201, 91911, 101769, 112931, 124289, 137059, 150165, 164415, 179309, 195167 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = A000605(n) - A016725(n)

MATHEMATICA

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

CROSSREFS

Cf. A000605, A016725.

Sequence in context: A044214 A044595 A101100 * A072252 A154041 A118615

Adjacent sequences:  A078180 A078181 A078182 * A078184 A078185 A078186

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Nov 21 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:02 EST 2012. Contains 205811 sequences.