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.

A276286 Number of ways of writing n as a sum of 14 squares.

Original entry on oeis.org

1, 28, 364, 2912, 16044, 64792, 200928, 503360, 1089452, 2186940, 4196920, 7544992, 12547808, 19975256, 31553344, 48484800, 70439852, 99602104, 142487436, 200569824, 268594872, 354052608, 476105504, 630908096, 800698080, 1008274932, 1296257144
Offset: 0

Views

Author

Ilya Gutkovskiy, Aug 27 2016

Keywords

Crossrefs

Cf. similar sequences of number of ways of writing n as a sum of k squares listed in A276285.
14th column of A286815.

Programs

  • Mathematica
    Table[SquaresR[14, n], {n, 0, 26}]

Formula

G.f.: theta_3(0,q)^14, where theta_3(x,q) is the third Jacobi theta function.