A068232 a(n) is the smallest prime p such that p and the next n-1 primes are all == 1 (mod 12).
13, 661, 8317, 12829, 586153, 1081417, 7790917, 7790917, 370861009, 370861009, 370861009, 5637496849, 289391626057, 469257742237, 628337233501, 84424712545429, 155494152002017, 341821313785729
Offset: 1
Links
- The Prime Glossary, Dickson's conjecture
Programs
-
Mathematica
For[i=n=1, True, Null, For[j=0, j
Harvey P. Dale, Dec 24 2020 *) -
PARI
{i=n=1; while(1,j=0; while(j
Extensions
Edited by Dean Hickerson, Mar 06 2002
a(12)-a(15) from Giovanni Resta, Feb 18 2006
a(16)-a(18) from Giovanni Resta, Aug 04 2013
Comments