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!)
A164133 Primes p such that 4*p and 6*p are each the sum of two consecutive primes. 0
2, 3, 13, 43, 127, 167, 613, 647, 1033, 1483, 1543, 2297, 2927, 3701, 3823, 4463, 5101, 5417, 5657, 6133, 8081, 9227, 11273, 11833, 12511, 13291, 13873, 17627, 19853, 20011, 21313, 21727, 22193, 23041, 23059, 23081, 23159, 24443, 26347, 26947, 27407, 27527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A163487 INTERSECT A118134.
EXAMPLE
p=13 is in the sequence because 4*13 = 52 = A001043(9) and 6*13 = 78 = A001043(12) are both in A001043.
MATHEMATICA
stcpQ[n_]:=Module[{a=4n, b=6n}, a==NextPrime[a/2]+NextPrime[a/2, -1]&&b== NextPrime[b/2]+NextPrime[b/2, -1]]; Select[Prime[Range[3100]], stcpQ] (* Harvey P. Dale, May 01 2019 *)
CROSSREFS
Sequence in context: A278139 A280005 A235626 * A226938 A301395 A206776
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended by R. J. Mathar, Aug 27 2009
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 16 14:50 EDT 2024. Contains 372554 sequences. (Running on oeis4.)