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.

A008724 a(n) = floor(n^2/12).

Original entry on oeis.org

0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 8, 10, 12, 14, 16, 18, 21, 24, 27, 30, 33, 36, 40, 44, 48, 52, 56, 60, 65, 70, 75, 80, 85, 90, 96, 102, 108, 114, 120, 126, 133, 140, 147, 154, 161, 168, 176, 184, 192, 200, 208, 216, 225, 234, 243, 252, 261, 270, 280, 290, 300, 310, 320, 330, 341, 352
Offset: 0

Views

Author

Keywords

Comments

With a different offset, Molien series for 3-dimensional group [2,n] = *22n.

Crossrefs

Programs

Formula

a(n) = a(n-6) + n - 3. - Paul Barry, Jul 14 2004
a(n) = Sum_{j=0..n+2} floor(j/6), a(n-2) = (1/2)*floor(n/6)*(2*n - 4 - 6*floor(n/6)). - Mitch Harris, Sep 08 2008
G.f.: x^4/((1-x)^2*(1-x^6)).
Sum_{n>=4} 1/a(n) = Pi^2/18 - Pi/(2*sqrt(3)) + 49/12. - Amiram Eldar, Aug 14 2022
a(n) = a(-n) = A174709(n+2). - Michael Somos, Dec 05 2023

Extensions

Minor edits by Klaus Brockhaus, Nov 24 2010