OFFSET
1,2
COMMENTS
Nonnegative numbers k = a*b = c*d, where a+b = c+d+1. - Yifan Xie, Jun 28 2024
LINKS
John Drake, Table of n, a(n) for n = 1..10000
EXAMPLE
a(3) = 1*2*2*3 = 12.
PROG
(PARI) A003056(n)=(sqrtint(8*n+1)-1)\2
list(lim)=my(v=List([0]), t); for(a=1, A003056(lim\4), t=a*(a+1); for(b=a, A003056(lim\t\2), listput(v, b*(b+1)*t))); Set(v) \\ Charles R Greathouse IV, Jul 11 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Stuart M. Ellerstein (ellerstein(AT)aol.com), Jul 20 2002
EXTENSIONS
More terms from James A. Sellers, Jul 23 2002
STATUS
approved