A094220 Primes p such that p+210*i is prime for i=1 to 9.
199, 243051733, 498161423, 2490123989, 5417375591, 8785408259, 8988840499, 10385475431, 11283287357, 14384731703, 18012540899, 18346623637, 21848966327, 25708013101, 26160970331, 26230852979
Offset: 1
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 1..90
- OEIS wiki, Primes in arithmetic progression.
Crossrefs
Cf. A227284.
Programs
-
Mathematica
Select[Prime[Range[254*10^6]],AllTrue[#+210*Range[9],PrimeQ]&] (* The program generates the first five terms of the sequence. *) (* Harvey P. Dale, Feb 04 2024 *)
Extensions
More terms from Don Reble, May 30 2004
Definition simplified by Harvey P. Dale, Feb 04 2024
Comments