OFFSET
1,1
COMMENTS
Are there more terms?
REFERENCES
See A025052
EXAMPLE
25 is on the list because 25 = 1*1 + 1*12 + 1*12.
MATHEMATICA
oneSol={}; Do[lim=Ceiling[(n-1)/2]; cnt=0; Do[If[n>a*b && Mod[n-a*b, a+b]==0 && Quotient[n-a*b, a+b]>=b, cnt++; If[cnt>1, Break[]]], {a, 1, lim}, {b, a, lim}]; If[cnt==1, AppendTo[oneSol, n]], {n, 10000}]; oneSol
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 08 2004
STATUS
approved