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!)
A234101 Primes of the form (p*q*r - 1)/2, where p, q, r are distinct primes. 4
97, 127, 199, 227, 241, 277, 307, 313, 331, 379, 397, 457, 467, 547, 617, 619, 647, 709, 727, 739, 757, 773, 797, 829, 883, 977, 1033, 1069, 1117, 1123, 1171, 1193, 1277, 1297, 1303, 1319, 1423, 1447, 1459, 1483, 1609, 1621, 1667, 1697, 1699, 1747, 1753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
(See A234100.)
MATHEMATICA
t = Select[Range[1, 10000, 2], Map[Last, FactorInteger[#]] == Table[1, {3}] &]; Take[(t - 1)/2, 120] (* A234099 *)
v = Flatten[Position[PrimeQ[(t - 1)/2], True]] ; w = Table[t[[v[[n]]]], {n, 1, Length[v]}] (* A234100 *)
(w - 1)/2 (* A234101 *) (* Peter J. C. Moses, Dec 23 2013 *)
CROSSREFS
Sequence in context: A140830 A038133 A144325 * A161367 A216311 A258877
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)