A283266 Prime numbers p such that 2^p - 3 is prime.
3, 5, 29, 233, 42689, 69337
Offset: 1
Crossrefs
Prime terms in A050414.
Programs
-
PARI
forprime(p=2, 10^5, W= 2^p-3; if(ispseudoprime(W), print1(p, ", ")))
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Comments