A156153
Primes p such that p == 2 (mod pi(p)) and pi(p) is prime.
Original entry on oeis.org
5, 41, 367, 9559817, 514275529
Offset: 1
-
p=c=0; until(0, until( isprime(c++), p=nextprime(p+1)); (p-2)%c & next; print1(p, ", ")); \\ Modified by Jinyuan Wang, Feb 22 2020
A156149
Primes p such that prime(p)+2 = 0 (mod p), where prime(p)=A000040(p) is the p-th prime.
Original entry on oeis.org
11, 71, 637319, 637327
Offset: 1
A156155
Numbers k such that prime(prime(k)) = 2 (mod prime(k)), where prime(k) = A000040(k) is the k-th prime.
Original entry on oeis.org
2, 6, 21, 51892, 1686970
Offset: 1
Showing 1-3 of 3 results.
Comments