cp's OEIS Frontend

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.

A302856 Number of ways of writing n as a sum of 32 squares.

This page as a plain text file.
%I A302856 #19 Feb 16 2025 08:33:53
%S A302856 1,64,1984,39680,575424,6448000,58115328,433131008,2724906944,
%T A302856 14709082432,69079796864,285848172800,1054968628480,3515371815296,
%U A302856 10706472186368,30156949879296,79395777333184,197101549419648,464573878394560,1045365667116800,2256126097001600,4689805691447296
%N A302856 Number of ways of writing n as a sum of 32 squares.
%H A302856 Seiichi Manyama, <a href="/A302856/b302856.txt">Table of n, a(n) for n = 0..10000</a>
%H A302856 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SumofSquaresFunction.html">Sum of Squares Function</a>
%H A302856 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/JacobiThetaFunctions.html">Jacobi Theta Functions</a>
%H A302856 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a>
%F A302856 G.f.: (1 + 2 * Sum_{k>=1} q^(k^2))^32.
%Y A302856 32nd column of A286815.
%Y A302856 Cf. A302857.
%K A302856 nonn
%O A302856 0,2
%A A302856 _Seiichi Manyama_, Apr 14 2018