|
| |
|
|
A105152
|
|
Number of sum of squares representations of n^2 in n dimensions disregarding order and sign.
|
|
0
| |
|
|
1, 1, 2, 2, 4, 9, 13, 25, 52, 94, 195, 354, 691, 1341, 2514, 4746, 8984, 16639, 31031, 57421
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
EXAMPLE
| 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.
|
|
|
MATHEMATICA
| << NumberTheory`NumberTheoryFunctions`; Table[Length@SumOfSquaresRepresentations[k, k^2], {k, 16}]
|
|
|
CROSSREFS
| Sequence in context: A019822 A199499 A160126 * A066346 A175390 A054233
Adjacent sequences: A105149 A105150 A105151 * A105153 A105154 A105155
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Wouter Meeussen (wouter.meeussen(AT)pandora.be), Apr 10 2005
|
|
|
EXTENSIONS
| a(18), a(19) & a(20) from Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 12 2005
|
| |
|
|