login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A068623
a(1) = 8; a(n+1) = smallest triangular number > a(n) formed by adding at least one digit to a(n).
4
8, 28, 528, 18528, 184528, 18045028, 1800450028, 180004500028, 18000045000028, 1800000450000028, 180000004500000028, 18000000045000000028, 1800000000450000000028, 180000000004500000000028
OFFSET
1,1
FORMULA
For n>=5, a(n) = 18*10^(2*n-6) + 45*10^(n-3) + 28 [From Max Alekseyev, Apr 25 2009]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 25 2002
EXTENSIONS
3 more terms from Ray G. Opao, Dec 14 2004
Extended by Max Alekseyev, Apr 25 2009
STATUS
approved