A068234 a(n) is the smallest prime p such that p and the next n-1 primes are all == 5 (mod 12).
5, 509, 4397, 42509, 647417, 647417, 1248869, 13175609, 234946997, 1039154933, 7114719473, 32021552837, 32021552837, 1237381737257, 2904797643617, 2904797643617, 2904797643617
Offset: 1
Links
- The Prime Glossary, Dickson's conjecture
Programs
-
Mathematica
For[i=n=1, True, Null, For[j=0, j
Harvey P. Dale, Feb 02 2022 *) -
PARI
{i=n=1; while(1,j=0; while(j
Extensions
Edited by Dean Hickerson, Mar 06 2002
More terms from Giovanni Resta, Feb 18 2006
Comments