A326230 Least k > 1 such that k^n is a twin rank (cf. A002822: 6*k^n +- 1 are twin primes).
2, 5, 28, 70, 2, 1820, 110, 1850, 2520, 220, 2023, 9415, 647, 2880, 2562, 3895, 2, 51240, 525, 3750, 147, 2350, 355, 4480, 2588, 3370, 38157, 1185, 1473, 12530, 4338, 1540, 1988, 535, 102, 22606, 13773, 18895, 16373, 2635, 20428, 76300, 23037, 29005, 11078
Offset: 1
Keywords
Links
- A. Dinculescu, On the Numbers that Determine the Distribution of Twin Primes, Surveys in Mathematics and its Applications, 13 (2018), 171-181.
Programs
-
PARI
a(n)=for(k=2,oo,ispseudoprime(6*k^n-1)&&ispseudoprime(6*k^n+1)&&return(k))
Comments