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!)
A125000 Integers n such that 2^n == 19 (mod n). 9
1, 17, 2873, 10081, 3345113, 420048673, 449349533, 2961432773, 19723772249, 821451792317, 1207046362769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^15. Some larger terms: 500796684074966733196301. - Max Alekseyev, May 23 2012
LINKS
MATHEMATICA
m = 19; Join[Select[Range[m], Divisible[2^# - m, #] &],
Select[Range[m + 1, 10^6], PowerMod[2, #, #] == m &]] (* Robert Price, Oct 08 2018 *)
CROSSREFS
Sequence in context: A092814 A198594 A138199 * A228195 A032909 A367536
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Nov 15 2006
EXTENSIONS
Terms 1, 17 prepended by Max Alekseyev, May 20 2011
a(8)-a(11) from Max Alekseyev, May 23 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 May 5 22:09 EDT 2024. Contains 372290 sequences. (Running on oeis4.)