A145272 First differences of successive iterated triangular numbers with seed 2.
1, 3, 15, 210, 26565, 358999410, 64449908117864115, 2076895351339769396027702893296360, 2156747150208372213435450937462080290024600343143329179374709804540
Offset: 1
Examples
a(1)=T(2)-2. a(2)=T(3)-3. a(3)=T(6)-6.
Formula
a(n) = T(x(n-1))-x(n-1) where x(n)=T(x(n-1)) and T(x)=x*(x+1)/2.
Comments