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.

A176018 a(n) = binomial(A000460(n), 3).

Original entry on oeis.org

165, 45760, 4545100, 280859635, 13177343466, 519435748656, 18247149400480, 592679189880470, 18233421432967455, 539997542625453900, 15568435368162197664, 440371777466788015089, 12288775148056292092340, 339634237637121659008140
Offset: 4

Views

Author

Roger L. Bagula, Dec 06 2010

Keywords

Crossrefs

Cf. A093566.

Programs

  • Mathematica
    Table[Binomial[Eulerian[n + 1, 2], 3], {n, 3, 30}]