OFFSET
1,2
COMMENTS
Dinculescu notes that if N = m^2 > 1 is a twin rank (i.e., in A002822), then m is always a multiple of 5, and if N = m^3 > 1, then m is a multiple of 7, cf. A326234. He asks whether there are other pairs (a, b) different from (5, 2) and (7, 3) such that all twin ranks m^b > 1 are of the form m = a*n. (Of course (5, 2) and (7, 3) imply that (5, 2k), (7, 3k) and (35, 6k) is such a pair for any k.) This sequence lists the n for (a, b) = (5, 2), see A326232 for the numbers m.
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.
FORMULA
a(n) = A326232(n+1)/5.
PROG
(PARI) select( is(n)=!for(s=1, 2, ispseudoprime(150*n^2+(-1)^s)||return), [1..10^3])
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler and Antonie Dinculescu, Jun 14 2019
STATUS
approved