login
A343778
Primes which are two greater than A074040 terms.
2
17, 21800053277, 86984485062381462583582279727, 2948338207972508983453357158259221375675126583677039825367935271466652794027
OFFSET
1,1
COMMENTS
a(5) = 3052230...330677 has 17332 digits, the only prime larger than a(4) and among the cumulative products of the first 2000 twin primes pairs plus two.
EXAMPLE
a(1) = 17 = A074040(1) + 2 = 3*5 + 2.
MATHEMATICA
(* function a074040[ ] is defined in A074040 *)
a343778[n_] := Select[Map[#+2&, a074040[n]], PrimeQ]
a343778[30]
CROSSREFS
KEYWORD
nonn
AUTHOR
Hartmut F. W. Hoft, Apr 29 2021
STATUS
approved