A326231 Numbers n such that N = (5n)^2 is a twin rank (cf. A002822: 6N +- 1 are twin primes).
1, 2, 7, 12, 14, 15, 42, 48, 77, 86, 89, 99, 118, 131, 146, 161, 163, 167, 201, 208, 209, 246, 278, 286, 306, 334, 343, 370, 378, 384, 400, 404, 420, 422, 449, 462, 481, 483, 499, 509, 537, 551, 568, 587, 590, 609, 651, 652, 667, 684, 730, 755, 761, 806, 817, 825, 827, 848, 867, 870, 882, 916, 931, 980, 982, 992
Offset: 1
Keywords
Links
- M. F. Hasler, Table of n, a(n) for n = 1..10000
- A. Dinculescu, On the Numbers that Determine the Distribution of Twin Primes, Surveys in Mathematics and its Applications, 13 (2018), 171-181.
Crossrefs
Programs
-
PARI
select( is(n)=!for(s=1,2,ispseudoprime(150*n^2+(-1)^s)||return), [1..10^3])
Formula
a(n) = A326232(n+1)/5.
Comments