A134121 Primes p such that q-p = 44, where q is the next prime after p.
15683, 36389, 37907, 76163, 92507, 108587, 109673, 124853, 138683, 138977, 140009, 140477, 183203, 186959, 203669, 225383, 226697, 229037, 232259, 242819, 242927, 244043, 245339, 271289, 273653, 275837, 279353, 280139, 282617, 285377
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+44 && isprime(n) \\ Charles R Greathouse IV, Sep 14 2015
Comments