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!)
A207991 Primes of the form prime(n) + prime(n+1) + 5. 2
13, 17, 23, 29, 41, 47, 73, 83, 89, 149, 157, 167, 191, 227, 263, 281, 293, 313, 389, 401, 439, 461, 467, 563, 569, 653, 673, 701, 757, 857, 877, 887, 911, 929, 971, 983, 1049, 1069, 1093, 1109, 1153, 1213, 1277, 1289, 1433, 1451, 1487, 1499, 1523, 1637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[Prime[n] + Prime[n + 1] + 5, {n, 200}], PrimeQ]
Select[Total[#]+5&/@Partition[Prime[Range[300]], 2, 1], PrimeQ] (* Harvey P. Dale, Dec 28 2021 *)
PROG
(PARI) p=2; forprime(q=3, 1e4, if(isprime(t=p+q+5), print1(t", ")); p=q) \\ Charles R Greathouse IV, Apr 13 2012
CROSSREFS
Sequence in context: A217046 A141076 A092146 * A120157 A143822 A172096
KEYWORD
nonn,less
AUTHOR
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 March 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)