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.

A008130 a(n) = floor(n/3)*ceiling(n/3).

Original entry on oeis.org

0, 0, 0, 1, 2, 2, 4, 6, 6, 9, 12, 12, 16, 20, 20, 25, 30, 30, 36, 42, 42, 49, 56, 56, 64, 72, 72, 81, 90, 90, 100, 110, 110, 121, 132, 132, 144, 156, 156, 169, 182, 182, 196, 210, 210, 225, 240, 240, 256, 272, 272, 289, 306, 306, 324, 342, 342, 361, 380, 380, 400
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From R. J. Mathar, Jan 27 2011: (Start)
a(n) = A002264(n)*A002264(n+2).
G.f. -x^3*(1+x) / ( (1+x+x^2)^2*(x-1)^3 ). (End)
From Amiram Eldar, May 10 2025: (Start)
Sum_{n>=3} 1/a(n) = 2 + Pi^2/6.
Sum_{n>=3} (-1)^(n+1)/a(n) = Pi^2/12 (A072691). (End)