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!)
A063639 Primes of the form p*q*r - 1, where p, q and r are primes (not necessarily distinct). 5
7, 11, 17, 19, 29, 41, 43, 67, 97, 101, 109, 113, 137, 163, 173, 181, 211, 229, 241, 257, 281, 283, 317, 331, 337, 353, 373, 401, 409, 433, 523, 547, 577, 601, 617, 641, 653, 677, 691, 709, 761, 787, 821, 829, 853, 907, 937, 941, 977, 1009, 1021, 1033, 1051 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Take[Select[Union[Times@@#-1&/@Tuples[Prime[Range[60]], 3]], PrimeQ], 60] (* Harvey P. Dale, Jan 23 2012 *)
PROG
(PARI) { n=0; for (m=1, 10^9, p=prime(m); if (bigomega(p + 1) == 3, write("b063639.txt", n++, " ", p); if (n==1000, break)) ) } \\ Harry J. Smith, Aug 26 2009
(Haskell)
a063639 n = a063639_list !! (n-1)
a063639_list = [p | p <- a000040_list, a001222 (p+1) == 3]
-- Reinhard Zumkeller, Feb 04 2012
CROSSREFS
Sequence in context: A256567 A155048 A296926 * A230223 A309587 A339954
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 21 2001
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)