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.

A055428 Number of points in Z^n of norm <= 4.

Original entry on oeis.org

1, 9, 49, 257, 1281, 5913, 23793, 88273, 306049, 995241, 3083569, 9217057, 26631041, 74164665, 198807793, 513829617, 1284656385, 3117323593, 7360510001, 16939394369, 38039783425, 83427144281, 178841051889
Offset: 0

Views

Author

Keywords

Crossrefs

Row n=4 of A302997.

Programs

  • Mathematica
    a[n_] := SeriesCoefficient[1/(1-x) Sum[x^(i^2), {i, -4, 4}]^n, {x, 0, 16}];
    a /@ Range[0, 22] (* Jean-François Alcover, Sep 29 2019, from A302997 *)

Formula

Empirical g.f.: -(1201*x^16 +46896*x^15 +180864*x^14 -238504*x^13 -86788*x^12 +380032*x^11 -353440*x^10 +186568*x^9 -65418*x^8 +17264*x^7 -3968*x^6 +1000*x^5 -164*x^4 -32*x^3 +32*x^2 -8*x +1) / (x -1)^17. - Colin Barker, Jul 07 2013
Above conjecture confirmed by later additions of b-file from Andrew Howroyd and program from Jean-François Alcover with connection to A302997. - Ray Chandler, Jun 27 2024