A098976 Upper prime of a difference of 22 between consecutive primes.
1151, 1973, 2333, 2579, 3251, 3491, 3761, 3989, 4049, 5471, 6449, 7151, 8039, 9371, 9461, 9719, 10061, 10133, 10391, 10589, 11351, 11549, 12071, 12323, 13751, 13829, 14243, 14369, 15053, 15959, 17159, 17231, 17783, 18119, 19001, 19841, 19889
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..2500
Crossrefs
Cf. A031939.
Programs
-
Mathematica
Select[Partition[Prime[Range[2500]],2,1],#[[2]]-#[[1]]==22&][[All,2]] (* Harvey P. Dale, Oct 14 2018 *)
Formula
a(n) = A061779(n)+22.