OFFSET
1,2
COMMENTS
These numbers were called "almost-triangular" numbers during the Peru's Selection Test for the XII IberoAmerican Olympiad (1998). All numbers >= 34 are almost-triangular: see link. [Bernard Schott, Feb 04 2013]
LINKS
R. E. Woodrow, The Olympiad Corner, No. 198, Crux Mathematicorum, v25-n4(2002), 207-208, exercise 2.
EXAMPLE
25 = 1 + 3 + 6 + 15
MAPLE
gf := product(1+x^(j*(j+1)/2), j=1..100): s := series(gf, x, 200): for i from 1 to 200 do if coeff(s, x, i) > 0 then printf(`%d, `, i) fi:od:
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 21 2001
EXTENSIONS
Corrected and extended by James A. Sellers, Apr 24 2001
STATUS
approved