(Translated by https://www.hiragana.jp/)
A145272 - OEIS
login
A145272
First differences of successive iterated triangular numbers with seed 2.
1
1, 3, 15, 210, 26565, 358999410, 64449908117864115, 2076895351339769396027702893296360, 2156747150208372213435450937462080290024600343143329179374709804540
OFFSET
1,2
COMMENTS
Also a triangular number -- follows from the definition of A007501.
FORMULA
a(n) = T(x(n-1))-x(n-1) where x(n)=T(x(n-1)) and T(x)=x*(x+1)/2.
EXAMPLE
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.
Sequence in context: A003505 A270354 A120601 * A264705 A117820 A126453
KEYWORD
easy,nonn
AUTHOR
Greg Huber, Oct 06 2008
STATUS
approved