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 A038671 #17 Aug 26 2019 08:04:55 %S A038671 1,5,10,10,10,21,30,20,15,35,50,40,30,45,70,60,30,55,100,80,56,90,110, %T A038671 80,60,90,140,130,80,115,190,140,55,120,200,170,130,145,200,200,120, %U A038671 145,270,220,140,231,290,200,110 %N A038671 Number of nonnegative solutions of x1^2 + x2^2 + ... + x5^2 = n. %H A038671 T. D. Noe, <a href="/A038671/b038671.txt">Table of n, a(n) for n = 0..10000</a> %H A038671 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a> %F A038671 Coefficient of q^n in (1 + q + q^4 + q^9 + q^16 + q^25 + q^36 + q^49 + q^64 + ...)^5. %F A038671 G.f.: (1 + theta_3(q))^5/32, where theta_3() is the Jacobi theta function. - _Ilya Gutkovskiy_, Aug 08 2018 %t A038671 (1 + EllipticTheta[3, 0, q])^5/32 + O[q]^50 // CoefficientList[#, q]& (* _Jean-François Alcover_, Aug 26 2019 *) %o A038671 (PARI) seq(n)=Vec((sum(k=0, sqrtint(n), x^(k^2)) + O(x*x^n))^5) \\ _Andrew Howroyd_, Aug 08 2018 %K A038671 nonn %O A038671 0,2 %A A038671 _N. J. A. Sloane_