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.

A050909 Iterated triangular numbers with seed 9.

Original entry on oeis.org

9, 45, 1035, 536130, 143717956515, 10327425512495574450870, 53327858858072239299138189326373798809103885
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)=9.
a(n) ~ 2 * c^(2^n), where c = 4.770128350983276481977311510917830191429308415174884373259... . - Vaclav Kotesovec, Dec 17 2014