login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A297415
Numbers k such that A019320(k) is in A217465.
2
25, 36, 52, 92, 124, 306, 361, 630, 656, 1648, 1780, 2508, 3300, 3540, 5728, 6260, 6450, 7500, 10820, 12656, 14076, 14132, 18836, 20960, 23456, 24272, 35280, 43136
OFFSET
1,1
PROG
(PARI) is_A297415(n) = my(m=polcyclo(n, 2)); (m>1) && Mod(2, m*(m+1))^m==2 && !ispseudoprime(m);
CROSSREFS
Set difference of A297414 and ({1} U A072226).
Sequence in context: A374935 A263095 A077502 * A346526 A282550 A265505
KEYWORD
nonn,more
AUTHOR
Max Alekseyev, Dec 29 2017
STATUS
approved