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

A015932
Positive integers n such that 2^n == 2^10 (mod n).
9
1, 2, 4, 6, 7, 8, 10, 12, 16, 24, 28, 30, 32, 34, 48, 50, 64, 70, 73, 96, 110, 112, 128, 130, 150, 170, 190, 192, 230, 256, 290, 310, 330, 370, 384, 410, 430, 442, 448, 470, 512, 530, 532, 550, 590, 610, 670, 710
OFFSET
1,2
COMMENTS
The odd terms are given by A215612.
For all m, 2^A033982(m)-1 belongs to this sequence.
LINKS
MATHEMATICA
Select[Range[1000], Mod[2^# - 2^10, #] == 0 &] (* T. D. Noe, Aug 17 2012 *)
CROSSREFS
Contains A208158 as a subsequence.
Sequence in context: A047511 A066507 A285140 * A030493 A165778 A286066
KEYWORD
nonn
EXTENSIONS
Edited by Max Alekseyev, Jul 30 2011
STATUS
approved