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!)
A051447 Integers n such that 2^n == 9 (mod n). 12
1, 7, 2228071, 16888457, 352978207, 1737848873, 77362855777, 567442642711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^15. [Max Alekseyev, May 20 2012]
LINKS
Joe K. Crump, 2^n mod n
MATHEMATICA
m = 9; Join[Select[Range[m], Divisible[2^# - m, #] &],
Select[Range[m + 1, 10^3], PowerMod[2, #, #] == m &]] (* Robert Price, Oct 08 2018 *)
CROSSREFS
Sequence in context: A076914 A362152 A076915 * A076910 A172771 A116257
KEYWORD
hard,nonn,more
AUTHOR
Joe K. Crump (joecr(AT)carolina.rr.com)
EXTENSIONS
Edited by N. J. A. Sloane, Jun 22 2008, at the suggestion of Don Reble
Terms 1, 7 prepended by Max Alekseyev, May 18 2011
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 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)