login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134121
Primes p such that q-p = 44, where q is the next prime after p.
6
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,1
PROG
(PARI) is(n)=nextprime(n+1)==n+44 && isprime(n) \\ Charles R Greathouse IV, Sep 14 2015
CROSSREFS
Sequence in context: A075043 A109567 A075050 * A177949 A204728 A298758
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Oct 08 2007
STATUS
approved