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!)
A277628 Positive integers n such that 3^n == 6 (mod n). 3
1, 3, 21, 936340943, 10460353197, 9374251222371, 23326283250291, 615790788171551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^15. - Max Alekseyev, Sep 12 2017
LINKS
PROG
(PARI) isok(n) = Mod(3, n)^n == Mod(6, n);
CROSSREFS
Solutions to 3^n == k (mod n): A277340 (k=-11), A277289 (k=-7), A277288 (k=-5), A015973 (k=-2), A015949 (k=-1), A067945 (k=1), A276671 (k=2), A276740 (k=5), this sequence (k=6), A277126 (k=7), A277630 (k=8), A277274 (k=11).
Sequence in context: A001139 A359570 A341086 * A016449 A161377 A122495
KEYWORD
nonn,more
AUTHOR
Dmitry Ezhov, Oct 24 2016
EXTENSIONS
a(6)-a(8) from Max Alekseyev, Sep 12 2017
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)