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

 


A295532
Positive integers n such that 13^n == 8 (mod n).
12
1, 5, 371285, 3957661, 70348567451, 42831939409247
OFFSET
1,2
COMMENTS
No other terms below 10^15.
MATHEMATICA
Join[{1, 5}, Select[Range[4000000], PowerMod[13, #, #] == 8 &]] (* Robert Price, Apr 10 2020 *)
CROSSREFS
Sequences 13^n == k (mod n): A116621 (k=1), A116622 (k=2), A116629 (k=3), A116630 (k=4), A116611 (k=5), A116631 (k=6), A116632 (k=7), this sequence (k=8), A116636 (k=9), A116620 (k=10), A116638 (k=11), A116639 (k=15).
Sequence in context: A057679 A123751 A152516 * A240132 A067509 A067502
KEYWORD
nonn,hard,more
AUTHOR
Max Alekseyev, Nov 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 02:25 EDT 2024. Contains 376079 sequences. (Running on oeis4.)