login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A175914 Primes p such that p+2*q is prime, where q is the prime after p. 2
3, 5, 7, 11, 13, 41, 43, 59, 89, 101, 103, 113, 127, 179, 181, 191, 193, 223, 241, 269, 277, 293, 307, 311, 313, 337, 359, 421, 431, 479, 491, 521, 599, 613, 631, 673, 773, 787, 821, 823, 863, 881, 883, 907, 911, 919, 929, 937, 953, 967, 1019, 1021, 1039, 1061, 1109, 1151, 1171 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A174915 gives lesser of twin primes in this sequence.

Values of p+2*q are in A094105. [Zak Seidov, Sep 07 2012]

LINKS

Zak Seidov, Table of n, a(n) for n = 1..1000

EXAMPLE

3 and 5 are consecutive primes, and 3+2*5 = 13 is prime. Hence 3 is in the sequence.

59 and 61 are consecutive primes, and 59+2*61 = 181 is prime. Hence 59 is in the sequence.

MATHEMATICA

p = 3; Reap[Do[q = NextPrime[p]; If[PrimeQ[p + 2 q], Sow[p]]; p = q, {10^3}]][[2, 1]] (* Zak Seidov, Oct 14 2012 *)

PROG

(MAGMA) [p: p in PrimesUpTo(1200) | IsPrime(p+2*NextPrime(p))]; // Klaus Brockhaus, Dec 06 2010

CROSSREFS

Cf. A094105, A114262, A174915, A001359.

Sequence in context: A038979 A179739 A093988 * A108817 A123677 A133954

Adjacent sequences:  A175911 A175912 A175913 * A175915 A175916 A175917

KEYWORD

nonn

AUTHOR

Zak Seidov, Dec 05 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 21:01 EDT 2013. Contains 225428 sequences.