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!)
A234103 Products p*q*r of distinct primes for which (p*q*r + 1)/2 is prime. 6
105, 165, 273, 345, 357, 385, 465, 561, 705, 777, 861, 885, 897, 957, 1005, 1045, 1113, 1173, 1185, 1281, 1353, 1545, 1645, 1653, 1677, 1705, 1905, 1965, 2037, 2065, 2121, 2185, 2193, 2233, 2301, 2373, 2445, 2553, 2613, 2865, 2877, 2905, 2985, 3021, 3157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
105 = 3*5*7, and (105 + 1)/2 is prime.
MATHEMATICA
t = Select[Range[1, 10000, 2], Map[Last, FactorInteger[#]] == Table[1, {3}] &]; Take[(t + 1)/2, 120] (* A234102 *)
v = Flatten[Position[PrimeQ[(t + 1)/2], True]] ; w = Table[t[[v[[n]]]], {n, 1, Length[v]}] (* A234103 *)
(w + 1)/2 (* A234104 *) (* Peter J. C. Moses, Dec 23 2013 *)
CROSSREFS
Sequence in context: A308779 A046405 A128278 * A128284 A161962 A046887
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Dec 27 2013
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 09:11 EDT 2024. Contains 371964 sequences. (Running on oeis4.)