login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319223 Number of ordered ways of writing n^3 as a sum of n squares. 0
1, 2, 4, 32, 24, 14112, 674368, 39801344, 2454266992, 166591027058, 12820702401872, 1156778646258336, 119773060481140800, 14004241350957965408, 1791476464655904407168, 247572699435320047056384, 36696694077934168215974368, 5825316759916541565549586176, 989291135292653632945527984868 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^(n^3)] theta_3(x)^n, where theta_3() is the Jacobi theta function.
a(n) = [x^(n^3)] (Sum_{k=-infinity..infinity} x^(k^2))^n.
MATHEMATICA
Table[SeriesCoefficient[EllipticTheta[3, 0, x]^n, {x, 0, n^3}], {n, 0, 18}]
Join[{1}, Table[SquaresR[n, n^3], {n, 18}]]
CROSSREFS
Sequence in context: A082913 A083205 A019542 * A299783 A293760 A101575
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 13 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)