A297412 Numbers k such that A019320(k) is in A217468.
43, 114, 163, 258, 326, 379, 487, 758, 762, 883, 974, 978, 1459, 1766, 2274, 2647, 2918, 2922, 3079, 3943, 5294, 5298, 5419, 6158, 7886, 8754, 9199, 10838, 11827, 14407, 15882, 16759, 18398, 18474, 18523, 23654, 23658, 24967, 26407, 28814, 32514, 33518, 37046, 37339, 39367
Offset: 1
Keywords
Programs
-
PARI
is_A297412(n) = my(m=polcyclo(n, 2)); Mod(2, m*(m-1))^m==2 && !ispseudoprime(m);
Comments