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!)
A171469 Nonnegative nonprimes which are neither the sum nor the product of two distinct primes. 1
0, 1, 4, 27, 117, 121, 125, 135, 147, 171, 189, 207, 245, 255, 261, 275, 289, 297, 325, 343, 345, 357, 363, 387, 405, 425, 429, 455, 475, 477, 483, 495, 507, 513, 529, 531, 539, 555, 561, 567, 575, 585, 605, 625, 627, 637, 639, 651, 657, 665, 705, 715, 725, 747, 765, 777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
prs=Prime[Range[150]];
prodprs=Times@@@Subsets[prs, {2}];
sumprs=Plus@@@Subsets[prs, {2}];
Complement[Range[0, 800], prs, prodprs, sumprs] (* Harvey P. Dale, Jan 23 2011 *)
CROSSREFS
Sequence in context: A063262 A156223 A048102 * A267685 A190584 A268598
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition clarified, sequence corrected (51 removed, 289 inserted) and extended by R. J. Mathar, Apr 24 2010
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)