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.

A047801 Number of different values of i^2+j^2+k^2+l^2 for i,j,k,l in [ 0,n ].

Original entry on oeis.org

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
Offset: 0

Views

Author

Keywords

Crossrefs

Partial sums of A122927.

Programs

  • 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} ]

Extensions

Definition corrected by Jonathan Vos Post, Nov 14 2007