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!)
A109875 Chen primes p such that their p + 2 counterpart is a golden semiprime. 1
13, 587, 1361, 15227, 118967, 337721, 383267, 512891, 1027331, 1780151, 2303681, 8200391, 9310517, 14666579, 25005089, 29105981, 34824971, 38895497, 40436909, 51819461, 63462977, 65427749, 65599199, 66043091, 75552479, 94671671 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: sequence is infinite.
LINKS
EXAMPLE
1361 is a term because it is prime and 1363 = 29*47 and abs(29*phi - 47) = 0.07701... < 1.
MATHEMATICA
f[p_] := Module[{x = GoldenRatio * p}, p1 = NextPrime[x, -1]; p2 = NextPrime[p1]; q = If[x - p1 < p2 - x, p1, p2]; If[Abs[q - x] < 1, q, 0]]; seq = {}; p = 1; Do[p = NextPrime[p]; q = f[p]; If[q > 0 && PrimeQ[p*q - 2], AppendTo[seq, p*q - 2]], {1000}]; seq (* Amiram Eldar, Nov 29 2019 *)
CROSSREFS
Sequence in context: A076461 A168601 A142210 * A258303 A275045 A296951
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 31 2005
EXTENSIONS
a(15)-a(26) from Donovan Johnson, Nov 17 2008
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 17 23:39 EDT 2024. Contains 372608 sequences. (Running on oeis4.)