login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A215611 Odd integers n such that 2^n == 2^8 (mod n). 11
1, 127, 3473, 19313, 30353, 226703, 230777, 345023, 929783, 1790159, 1878073, 2569337, 3441743, 4213511, 8026103, 9770153, 19139183, 24261623, 30652223, 35482433, 38044223, 40642103, 55015793, 65046479, 67411121, 69601193, 119611073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, the odd solutions to 2^(n-8) == 1 (mod n). The only even solution is n=8.
For all m, 2^A051447(m)-1 belongs to this sequence.
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..859 (all terms below 10^14)
MATHEMATICA
m = 2^8; Join[Select[Range[1, m, 2], Divisible[2^# - m, #] &],
Select[Range[m + 1, 10^6, 2], PowerMod[2, #, #] == m &]] (* Robert Price, Oct 12 2018 *)
CROSSREFS
The odd terms of A015929.
Sequence in context: A008398 A144969 A114535 * A176357 A201071 A137789
KEYWORD
nonn
AUTHOR
Max Alekseyev, Aug 17 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)