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.

A339573 a(n) = floor(n*(n+1)/6) - 1.

Original entry on oeis.org

0, 1, 2, 4, 6, 8, 11, 14, 17, 21, 25, 29, 34, 39, 44, 50, 56, 62, 69, 76, 83, 91, 99, 107, 116, 125, 134, 144, 154, 164, 175, 186, 197, 209, 221, 233, 246, 259, 272, 286, 300, 314, 329, 344, 359, 375, 391, 407, 424, 441, 458, 476, 494, 512, 531, 550, 569, 589, 609, 629, 650, 671, 692
Offset: 2

Views

Author

N. J. A. Sloane, Dec 10 2020

Keywords

Comments

a(n) = A001840(n-1)-1.

Crossrefs

Cf. A001840.

Programs

Formula

G.f.: x^3*(-1-x^2+x^3) / ( (1+x+x^2)*(x-1)^3 ). - R. J. Mathar, Jan 14 2021