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 A320188 #17 Oct 30 2018 03:35:58 %S A320188 1,2,2,6,6,4,12,6,6,18,12,20,26,28,20,20,34,4,30,44,20,48,44,20,20,38, %T A320188 16,42,62,40,56,48,34,24,72,40,70,112,36,56,68,44,40,124,60,60,124,24, %U A320188 66,62,54,96,92,80,64,80,64,88,136,64,76,140,52,70,166,44,104,196,44 %N A320188 Number of integer solutions to a^2 + 2*b^2 + 3*c^2 + 7*d^2 = n. %C A320188 a(n) > 0 for n >= 0. %H A320188 Seiichi Manyama, <a href="/A320188/b320188.txt">Table of n, a(n) for n = 0..10000</a> %F A320188 G.f.: theta_3(q) * theta_3(q^2) * theta_3(q^3) * theta_3(q^7). %t A320188 CoefficientList[Series[Product[EllipticTheta[3, 0, q^k], {k, 1, 3}]*EllipticTheta[3,0,q^7], {q, 0, 80}], q] (* _G. C. Greubel_, Oct 29 2018 *) %o A320188 (PARI) q='q+O('q^80); Vec(prod(k=1,3, eta(q^(2*k))^5/(eta(q^k)* eta(q^(4*k)))^2 )*eta(q^(14))^5/(eta(q^7)* eta(q^(28)))^2 ) \\ _G. C. Greubel_, Oct 29 2018 %Y A320188 Cf. A320138, A320139, A320140, A033712, A320189, A320190, A320191. %K A320188 nonn %O A320188 0,2 %A A320188 _Seiichi Manyama_, Oct 07 2018