[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A234695 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Primes p with prime(p) - p + 1 also prime.
(history; published version)
#12 by N. J. A. Sloane at Sun Apr 06 04:06:07 EDT 2014
STATUS

editing

approved

#11 by N. J. A. Sloane at Sun Apr 06 04:06:04 EDT 2014
LINKS

Z.-W. Sun, <a href="http://arxiv.org/abs/1402.6641">Problems on combinatorial properties of primes</a>, arXiv:1402.6641, 2014

STATUS

approved

editing

#10 by M. F. Hasler at Tue Dec 31 18:23:03 EST 2013
STATUS

editing

approved

#9 by M. F. Hasler at Tue Dec 31 18:21:59 EST 2013
FORMULA

a(n) = prime(A234852(n)). - M. F. Hasler, Dec 31 2013

PROG

(PARI) forprime(p=1, 999, isprime(prime(p)-p+1)&&print1(p", ")) \\ - M. F. Hasler, Dec 31 2013

STATUS

approved

editing

#8 by Bruno Berselli at Sun Dec 29 18:19:32 EST 2013
STATUS

editing

approved

#7 by Bruno Berselli at Sun Dec 29 18:19:28 EST 2013
DATA

2, 3, 5, 7, 13, 17, 23, 31, 41, 43, 61, 71, 83, 89, 103, 109, 139, 151, 173, 181, 199, 211, 223, 241, 271, 277, 281, 293, 307, 311, 317, 337, 349, 353, 367, 463, 499, 541, 563, 571, 601, 661, 673, 709, 719, 743, 751, 757, 811, 823, 827, 883, 907, 911, 953, 971, 1093, 1117, 1123, 1153

STATUS

approved

editing

#6 by Bruno Berselli at Sun Dec 29 18:18:05 EST 2013
STATUS

editing

approved

#5 by Bruno Berselli at Sun Dec 29 18:17:53 EST 2013
CROSSREFS
STATUS

proposed

editing

#4 by Zhi-Wei Sun at Sun Dec 29 13:14:05 EST 2013
STATUS

editing

proposed

#3 by Zhi-Wei Sun at Sun Dec 29 13:13:51 EST 2013
NAME

Primes p with prime(p) - p + 1 also prime.

COMMENTS

By the conjecture in A234694, this sequence should have infinitely many terms.

LINKS

Zhi-Wei Sun, <a href="/A234695/b234695.txt">Table of n, a(n) for n = 1..10000</a>

EXAMPLE

a(1) = 2 since prime(2) - 1 = 2 is prime.

MATHEMATICA

n=0; Do[If[PrimeQ[Prime[Prime[k]]-Prime[k]+1], n=n+1; Print[n, " ", Prime[k]]], {k, 1, 1000}]

CROSSREFS