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.

A236928 Number of integer solutions to a^2 + b^2 + c^2 + 2*d^2 = n.

This page as a plain text file.
%I A236928 #17 May 14 2024 07:28:37
%S A236928 1,6,14,20,30,40,36,48,62,42,72,100,68,120,112,48,126,108,98,180,136,
%T A236928 160,180,144,132,126,216,200,240,280,112,192,254,120,252,320,210,360,
%U A236928 324,144,264,252,288,420,340,280,336,288,260,342,294,360,408,520,360,240,496
%N A236928 Number of integer solutions to a^2 + b^2 + c^2 + 2*d^2 = n.
%H A236928 Seiichi Manyama, <a href="/A236928/b236928.txt">Table of n, a(n) for n = 0..10000</a>
%H A236928 I. J. Zucker, <a href="https://doi.org/10.3390/sym9120314">Exact Evaluation of Some New Lattice Sums</a>, Symmetry, 2017, 9(12), 314.
%F A236928 G.f.: theta_3(q)^3*theta_3(q^2), where theta_3() is the Jacobi theta function. - _Ilya Gutkovskiy_, Aug 01 2018
%F A236928 G.f.: 1 + 8*Sum{n >= 1} n*(q^n - q^(3*n) - q^(5*n) + q^(7*n))/(1 - q^(8*n)) - 2*Sum_{n >= 0} (-1)^((n^2+n)/2)*(2*n+1)q^(2*n+1)/(1 - q^(2*n+1)). See Zucker p. 5. Cf. A117000. - _Peter Bala_, Feb 25 2021
%p A236928 See A236924.
%Y A236928 For number of solutions to a^2+b^2+c^2+k*d^2=n for k=1, 2, 3, 4, 5, 6, 7, 8, 12 see A000118, A236928, A236926, A236923, A236930, A236931, A236932, A236927, A236933.
%K A236928 nonn,easy
%O A236928 0,2
%A A236928 _N. J. A. Sloane_, Feb 15 2014