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.

A057057 Let R(i,j) be the rectangle with antidiagonals 1; 2,3; 4,5,6; ...; C(n,3) is in antidiagonal a(n).

Original entry on oeis.org

1, 3, 4, 6, 8, 11, 13, 15, 18, 21, 24, 27, 30, 33, 37, 40, 44, 48, 52, 55, 60, 64, 68, 72, 76, 81, 85, 90, 95, 100, 104, 109, 114, 119, 125, 130, 135, 141, 146, 152, 157, 163, 168, 174, 180, 186, 192, 198, 204, 210, 216, 223, 229
Offset: 3

Views

Author

Clark Kimberling, Jul 30 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Round[Sqrt[2*Binomial[n,3]]],{n,3,60}] (* Harvey P. Dale, Nov 16 2021 *)

Formula

Round(sqrt(2*binomial(n, 3))). - Vladeta Jovovic, Jun 14 2003