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.

A145272 First differences of successive iterated triangular numbers with seed 2.

Original entry on oeis.org

1, 3, 15, 210, 26565, 358999410, 64449908117864115, 2076895351339769396027702893296360, 2156747150208372213435450937462080290024600343143329179374709804540
Offset: 1

Views

Author

Greg Huber, Oct 06 2008

Keywords

Comments

Also a triangular number -- follows from the definition of A007501.

Examples

			a(1)=T(2)-2.
a(2)=T(3)-3.
a(3)=T(6)-6.
		

Crossrefs

First differences of successive terms of sequence A007501.
Cf. A000217.

Formula

a(n) = T(x(n-1))-x(n-1) where x(n)=T(x(n-1)) and T(x)=x*(x+1)/2.