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.

A096662 Least nontrivial n-tuply triangular number.

Original entry on oeis.org

3, 6, 21, 231, 26796, 359026206, 64449908476890321, 2076895351339769460477611370186681, 2156747150208372213435450937462082366919951682912789656986079991221
Offset: 1

Views

Author

Robert G. Wilson v, Jul 02 2004

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_] := n(n + 1)/2; Table[ Nest[f, 2, n], {n, 10}]

Formula

a(n)=A007501(n). [From R. J. Mathar, Sep 04 2008]