A344148 Primes which are two greater than A191746 terms.
17, 6779, 293617, 2992417, 24101863, 423722581, 625997497, 929306267, 3377032037, 3825265007, 6458885659, 7150892197, 13075407803, 13860035251, 19434399319, 32531231209, 47475445333, 50281049527, 53207636077, 62607479491, 85780812151, 106014038789, 109384656937, 121991823731, 125813698531
Offset: 1
Keywords
Examples
a(1)=17=A191746(1)+2 is the first prime and a(2)=6779=A191746(7)+2 is the second of the form A191746(k)+2; both are twin primes while a(3)=293617 is not.
Programs
-
Mathematica
(* function a191746[ ] is defined in A344147 *) a344148[n_] := Select[a191746[n] + 2, PrimeQ] a344148[500]
Comments