login
A320138
Number of integer solutions to a^2 + 2*b^2 + 3*c^2 + 3*d^2 = n.
9
1, 2, 2, 8, 10, 8, 24, 16, 10, 38, 8, 12, 48, 8, 32, 64, 26, 36, 70, 28, 24, 80, 28, 48, 96, 42, 40, 76, 48, 24, 112, 64, 58, 160, 68, 32, 126, 56, 44, 192, 56, 84, 176, 44, 60, 88, 80, 96, 208, 114, 74, 176, 72, 72, 172, 80, 112, 288, 88, 76, 224, 72, 112, 304, 90, 96
OFFSET
0,2
COMMENTS
a(n) > 0 for n >= 0.
LINKS
Simon Plouffe, Numbers in the base e^Pi, arXiv:2509.15609 [math.NT], 2025. See p. 19/24, marked 212.
FORMULA
G.f.: theta_3(q) * theta_3(q^2) * theta_3(q^3)^2.
Empirical: Sum_{n>=0} a(n) / exp(n*Pi) = (1/128) * Gamma(2/3)^2 * Gamma(5/8)^6 * Gamma(7/12)^2 * (7 * sqrt(2)+10) * (2+3^(1/2)) * sqrt(2) * (2+sqrt(2))^(1/2) / Pi^3 / Gamma(7/8)^6 = A389049. - Simon Plouffe, Sep 22 2025
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 06 2018
STATUS
approved