login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047801 Number of different values of i^2+j^2+k^2+l^2 for i,j,k,l in [ 0,n ]. 6
1, 5, 14, 29, 50, 74, 111, 149, 197, 247, 308, 370, 451, 526, 613, 706, 815, 914, 1037, 1146, 1284, 1416, 1565, 1698, 1876, 2030, 2209, 2380, 2578, 2757, 2972, 3168, 3401, 3612, 3850, 4071, 4339, 4575, 4843, 5089, 5388 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Robin Visser, Table of n, a(n) for n = 0..5000 (terms n = 0..100 from T. D. Noe).
MATHEMATICA
Table[ Length@Union@Flatten@Table[ i^2+j^2+k^2+l^2, {i, 0, n}, {j, i, n}, {k, j, n}, {l, k, n} ], {n, 0, 48} ]
CROSSREFS
Partial sums of A122927.
Sequence in context: A303706 A161437 A301681 * A005918 A321178 A256666
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
Definition corrected by Jonathan Vos Post, Nov 14 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 02:49 EDT 2024. Contains 370952 sequences. (Running on oeis4.)