The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294071 Number of ordered ways of writing n^2 as a sum of n squares > 1. 0
1, 0, 0, 0, 1, 5, 6, 7, 288, 262, 13702, 69531, 610567, 5356091, 51724960, 521956086, 5467658641, 59931636545, 690518644584, 8100858045744, 99142980567486, 1246972499954475, 16142015005905558, 215722810653380845, 2955759897694815985, 41614888439136252691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = [x^(n^2)] (Sum_{k>=2} x^(k^2))^n.
EXAMPLE
a(5) = 5 because we have [9, 4, 4, 4, 4], [4, 9, 4, 4, 4], [4, 4, 9, 4, 4], [4, 4, 4, 9, 4] and [4, 4, 4, 4, 9].
MATHEMATICA
Table[SeriesCoefficient[((-1 - 2 x + EllipticTheta[3, 0, x])/2)^n, {x, 0, n^2}], {n, 0, 25}]
CROSSREFS
Sequence in context: A048042 A048090 A048027 * A240661 A153430 A329089
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 07 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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)