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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000223 Let A(n) = #{(i,j,k): i^2 + j^2 + k^2 <= n}, V(n) = (4/3)Pi*n^(3/2), P(n) = A(n) - V(n); A000092 gives values of n where |P(n)| sets a new record; sequence gives (nearest integer to, I believe) P(A00092(n)).
(Formerly M2619 N1036)
7
3, 7, 10, 19, 32, 34, 37, 51, 81, 119, 122, 134, 157, 160, 161, 174, 221, 252, 254, 294, 305, 309, 364, 371, 405, 580, 682, 734, 756, 763, 776, 959, 1028, 1105, 1120, 1170, 1205, 1550, 1570, 1576, 1851, 1930, 2028, 2404, 2411, 2565, 2675, 2895, 2905, 2940, 3133 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Record values of (absolute values of) A210641 = A117609-A210639. It appears that the records occur always at positive elements of that sequence. (One could add an initial a(0)=1.) - M. F. Hasler, Mar 26 2012

REFERENCES

W. C. Mitchell, The number of lattice points in a k-dimensional hypersphere, Math. Comp., 20 (1966), 300-310.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

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

LINKS

Table of n, a(n) for n=1..51.

FORMULA

A000223(n) = |A210641(A000092(n))|. - M. F. Hasler, Mar 26 2012

PROG

(PARI) m=0; for(n=0, 1e4, m<abs(A210641(n)) & print1(m=A210641(n)", ")) /* This would print a negative value in case the record in absolute value occured for A117609(n)<A210639(n), which does not happen for n<10^4. */ - M. F. Hasler, Mar 26 2012

CROSSREFS

Cf. A000323, A000036, A000092, A000413, A000099.

Sequence in context: A024330 A069153 A167390 * A031328 A053159 A024464

Adjacent sequences:  A000220 A000221 A000222 * A000224 A000225 A000226

KEYWORD

nonn

AUTHOR

N. J. A. Sloane.

EXTENSIONS

Revised Jun 28 2005

STATUS

approved

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 May 22 07:59 EDT 2013. Contains 225512 sequences.