A134122 Primes p such that q-p = 46, where q is the next prime after p.
81463, 91033, 93001, 93637, 101221, 103723, 113233, 116593, 118297, 124021, 128053, 128767, 136897, 156841, 163063, 163927, 184777, 193891, 195817, 196201, 207877, 212923, 227743, 237091, 263323, 263443, 263677, 268297, 286927, 298513
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
- Index entries for primes, gaps between
Programs
-
PARI
is(n)=nextprime(n+1)==n+46 && isprime(n) \\ Charles R Greathouse IV, Sep 14 2015