[go: up one dir, main page]

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”).

A263865
Odd k for which abs(2^m - k) is nonprime for all m < k.
0
1, 337, 2293, 4327, 6247, 6269, 12749, 13603, 14023, 14347, 14407, 15997, 21673, 25229, 31511, 36971, 47107, 48703, 48959
OFFSET
1,2
COMMENTS
Related to the problem in A076337.
PROG
(PARI) forstep(k=1, 6269, 2, c=m=0; while(m<k, if(ispseudoprime(abs(2^m-k)), c=1; break); m++); if(c==0, print1(k, ", ")));
CROSSREFS
Sequence in context: A160069 A201852 A251271 * A184202 A194478 A084231
KEYWORD
nonn,more
AUTHOR
STATUS
approved