A349642 Smallest prime such that the next n prime gaps are in arithmetic progression.
2, 2, 2, 17, 347, 2903, 15373, 128981, 19641263, 245333213, 245333213, 27797667517, 68439250465123, 68439250465123
Offset: 0
Examples
The three prime gaps following the prime 17 are 2, 4, and 6, which are in arithmetic progression. This is not true for any smaller prime, so a(3) = 17. The eight prime gaps following the prime 19641263 are 20, 18, 16, 14, 12, 10, 8, and 6, which are in arithmetic progression. This is not true for any smaller prime, so a(8) = 19641263.
Extensions
a(12)-a(13) from Martin Ehrenstein, Dec 05 2021
Comments