The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A191866 Numbers n such that n = (a+b)*c = a*b+c for some a > b > c > 1, with gcd(a,b) = gcd(b,c) = 1. 0
14, 33, 39, 60, 84, 95, 110, 138, 155, 189, 217, 248, 258, 259, 315, 360, 390, 399, 473, 504, 530, 539, 564, 584, 663, 754, 770, 819, 869, 885, 897, 1005, 1008, 1053, 1110, 1139, 1278, 1292, 1360, 1378, 1425, 1463, 1580, 1615, 1743, 1802, 1840, 1884, 1914, 1919, 1974 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A proper subset of A191676.
LINKS
MATHEMATICA
mx = 2000; lmt = Floor[9 Sqrt[mx]/2]; lst = {}; Do[ If[ GCD[a, b] == 1 && GCD[b, c] == 1 && a*b + c == (a + b) c < mx, AppendTo[ lst, a*b + c]], {a, 4, lmt}, {b, 3, a - 1}, {c, 2, b - 1}]; lst = Sort@ lst
CROSSREFS
Cf. A191676.
Sequence in context: A261560 A250186 A191676 * A162279 A367346 A090090
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 19 2011
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 May 30 04:46 EDT 2024. Contains 372958 sequences. (Running on oeis4.)