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.

Showing 1-1 of 1 results.

A374534 Expansion of (x/(4 * (1-x))) * d/dx(theta_3(x)^2).

Original entry on oeis.org

0, 1, 3, 3, 7, 17, 17, 17, 25, 34, 54, 54, 54, 80, 80, 80, 96, 130, 148, 148, 188, 188, 188, 188, 188, 263, 315, 315, 315, 373, 373, 373, 405, 405, 473, 473, 509, 583, 583, 583, 663, 745, 745, 745, 745, 835, 835, 835, 835, 884, 1034, 1034, 1138, 1244, 1244, 1244, 1244, 1244, 1360, 1360
Offset: 0

Views

Author

Seiichi Manyama, Jul 11 2024

Keywords

Crossrefs

Partial sums of A111938.

Programs

  • PARI
    my(N=60, x='x+O('x^N)); concat(0, Vec(sum(k=1, N, k*x^k*(1-x^(2*k))/(1+x^(2*k))^2)/(1-x)))

Formula

a(n) = 1/4 * Sum_{i,j in Z and i^2 + j^2 <= n} i^2 + j^2.
G.f.: (1/(1-x)) * Sum_{k>=1} k * x^k * (1-x^(2*k)) / (1+x^(2*k))^2.
Showing 1-1 of 1 results.