A321995 Indices of highly composite numbers A002182 which are between a twin prime pair.
3, 4, 5, 9, 11, 12, 20, 28, 30, 84, 108, 118, 143, 149, 208, 330, 362, 1002, 2395, 3160, 10535
Offset: 1
Programs
-
PARI
select( x->ispseudoprime(x-1)&&ispseudoprime(x+1), A2182, 1) \\ assuming A2182 holds enough terms of A002182. - M. F. Hasler, Jun 23 2019
Formula
Extensions
a(21) from Daniel Suteu, Jun 27 2019 (obtained from A. Flammenkamp's data)
Comments