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.

A050542 Iterated triangular numbers with seed 5.

Original entry on oeis.org

5, 15, 120, 7260, 26357430, 347357071281165, 60328467484514345085777519195, 1819761994515052295911016533077539330911500847167185483610
Offset: 0

Views

Author

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Dec 29 1999

Keywords

Crossrefs

Programs

Formula

a(n) = binomial(a(n-1)+1, 2), a(0)=5.
a(n) ~ 2 * c^(2^n), where c = 2.786070277619247476352890606543375642991890742669788965024... . - Vaclav Kotesovec, Dec 17 2014