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.
%I A319223 #6 Sep 14 2018 14:28:42 %S A319223 1,2,4,32,24,14112,674368,39801344,2454266992,166591027058, %T A319223 12820702401872,1156778646258336,119773060481140800, %U A319223 14004241350957965408,1791476464655904407168,247572699435320047056384,36696694077934168215974368,5825316759916541565549586176,989291135292653632945527984868 %N A319223 Number of ordered ways of writing n^3 as a sum of n squares. %H A319223 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a> %F A319223 a(n) = [x^(n^3)] theta_3(x)^n, where theta_3() is the Jacobi theta function. %F A319223 a(n) = [x^(n^3)] (Sum_{k=-infinity..infinity} x^(k^2))^n. %t A319223 Table[SeriesCoefficient[EllipticTheta[3, 0, x]^n, {x, 0, n^3}], {n, 0, 18}] %t A319223 Join[{1}, Table[SquaresR[n, n^3], {n, 18}]] %Y A319223 Cf. A000290, A000578, A066535, A218494, A232173, A298671, A298938, A298939. %K A319223 nonn %O A319223 0,2 %A A319223 _Ilya Gutkovskiy_, Sep 13 2018