OFFSET
0,2
COMMENTS
Also, the number of 4X4 matrices composed of squares of integers, symmetric under 90 degree rotation, with all rows summing to n. Such matrices have the form:
z^2 x^2 y^2 z^2
y^2 z^2 z^2 x^2
x^2 z^2 z^2 y^2
z^2 y^2 x^2 z^2
with x^2 + y^2 + 2*z^2 = n.
FORMULA
a(n) = ( A014455(n) + 2*A033715(n) + A004018(n) + A000122(n/2) + 2*A000122(n) + A000007(n) )/8. - Max Alekseyev, Sep 29 2012
G.f.: (1 + theta_3(q))^2*(1 + theta_3(q^2))/8, where theta_3() is the Jacobi theta function. - Ilya Gutkovskiy, Aug 01 2018
EXAMPLE
All matrices for n=9:
...0.0.9.0...0.9.0.0...4.0.1.4...4.1.0.4
...9.0.0.0...0.0.0.9...1.4.4.0...0.4.4.1
...0.0.0.9...9.0.0.0...0.4.4.1...1.4.4.0
...0.9.0.0...0.0.9.0...4.1.0.4...4.0.1.4
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin Feb 09 2009
EXTENSIONS
More general definition from Max Alekseyev, Sep 29 2012
STATUS
approved