This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A326230 #6 Jun 16 2019 22:31:52 %S A326230 2,5,28,70,2,1820,110,1850,2520,220,2023,9415,647,2880,2562,3895,2, %T A326230 51240,525,3750,147,2350,355,4480,2588,3370,38157,1185,1473,12530, %U A326230 4338,1540,1988,535,102,22606,13773,18895,16373,2635,20428,76300,23037,29005,11078 %N A326230 Least k > 1 such that k^n is a twin rank (cf. A002822: 6*k^n +- 1 are twin primes). %C A326230 Dinculescu observes that when k^2 > 1 is a twin rank (i.e., in A002822) then 5 | k (k is divisible by 5), and if k^3 is a twin rank, then 7 | k; cf. A326232 & A326234. It is unknown whether there are other pairs (a, b) such that a | n whenever n^b > 1 is a twin rank. (Of course 2 | b => 5 | a and 3 | b => 7 | a, so we aren't interested in pairs (a, b) which are consequence of this.) %H A326230 A. Dinculescu, <a href="http://www.utgjiu.ro/math/sma/v13/p13_11.pdf">On the Numbers that Determine the Distribution of Twin Primes</a>, Surveys in Mathematics and its Applications, 13 (2018), 171-181. %o A326230 (PARI) a(n)=for(k=2,oo,ispseudoprime(6*k^n-1)&&ispseudoprime(6*k^n+1)&&return(k)) %Y A326230 Cf. A326231 .. A326236, A002822. %K A326230 nonn %O A326230 1,1 %A A326230 _M. F. Hasler_ and _Antonie Dinculescu_, Jun 16 2019