A181491 Primes of the form p = 3*2^k - 1 such that p+2 is also prime.
5, 11, 191, 786431
Offset: 1
Programs
-
PARI
for( k=1,999, ispseudoprime(3<
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.
for( k=1,999, ispseudoprime(3<
Comments