login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093670 Numbers having a unique representation as ab+ac+bc, with 1 <= a <= b <= c. 4
3, 5, 7, 8, 9, 12, 13, 14, 16, 25, 28, 34, 37, 46, 82, 142 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are there more terms?
REFERENCES
LINKS
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
Cf. A025052 (numbers not of the form ab+ac+bc, 1<=a<=b<=c).
Sequence in context: A229838 A191257 A120212 * A185011 A175144 A183054
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 08 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)