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.

A066789 a(n) = binomial(n^3, n^2).

Original entry on oeis.org

1, 70, 4686825, 488526937079580, 130054841538480192455912505, 134084922435426494254000700271928170048684, 759782631286509488749614088922952734321921774350851547360350
Offset: 1

Views

Author

Benoit Cloitre, Jan 18 2002

Keywords

Crossrefs

Cf. A014062 = C(n^2, n).

Programs

  • Mathematica
    Table[Binomial[n^3, n^2], {n, 8}] (* Zak Seidov, May 26 2005 *)
  • PARI
    a(n) = { binomial(n^3, n^2) } \\ Harry J. Smith, Mar 26 2010

Extensions

Edited by N. J. A. Sloane at the suggestion of Andrew S. Plewe, May 27 2007