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.

A105152 Number of sum of squares representations of n^2 in n dimensions disregarding order and sign.

Original entry on oeis.org

1, 1, 1, 2, 2, 4, 9, 13, 25, 52, 94, 195, 354, 691, 1341, 2514, 4746, 8984, 16639, 31031, 57421, 105091, 192266, 349765, 632223, 1138114, 2043082, 3642712, 6474196, 11462149, 20189285, 35427948, 61987644, 107928280, 187336851, 324080969, 558451251, 959214488
Offset: 0

Views

Author

Wouter Meeussen, Apr 10 2005

Keywords

Examples

			a(5)=4 since we can write 5^2 as 0^2+0^2+0^2+0^2+5^2, 0^2+0^2+0^2+3^2+4^2, 0^2+1^2+2^2+2^2+4^2, 2^2+2^2+2^2+2^2+3^2.
		

Crossrefs

Main diagonal of A255212.

Programs

  • Mathematica
    << NumberTheory`NumberTheoryFunctions`; Table[Length@SumOfSquaresRepresentations[k, k^2], {k, 16}]

Extensions

a(18)-a(20) from Robert G. Wilson v, Apr 12 2005
a(0), a(21)-a(37) from Alois P. Heinz, Feb 16 2015