OFFSET
1,1
LINKS
Zak Seidov, Table of n, a(n) for n = 1..1000
OEIS wiki, Consecutive primes in arithmetic progression: CPAP with given gap, updated Jan. 2020
FORMULA
EXAMPLE
69593, 69623, 69653 are consecutive primes with equal distance d=30.
110651, 110681 and 110711 are consecutive primes with equal distance d=30.
MATHEMATICA
Select[Partition[Prime[Range[80000]], 3, 1], Differences[#]=={30, 30}&][[All, 1]] (* Harvey P. Dale, May 03 2018 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 28 2000
STATUS
approved