The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A277348 Positive integers n such that n | (5^n + 6). 7
1, 11, 341, 581337017, 7202608727, 27146455379, 1358496201131, 9843739213499, 172392038905691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No other terms below 10^15. - Max Alekseyev, Oct 17 2016
LINKS
FORMULA
A066603(a(n)) = a(n) - 6 for n > 1.
EXAMPLE
5^11 + 6 = 48828131 = 11 * 4438921, so 11 is a term.
PROG
(PARI) isok(n) = Mod(5, n)^n == -6; \\ Michel Marcus, Oct 10 2016
CROSSREFS
Cf. A066603.
Cf. Solutions to 5^n == k (mod n): this sequence (k=-6), A015891 (k=-5), A123047 (k=-4), A123052 (k=-3), A123062 (k=-2), A015951 (k=-1), A067946 (k=1), A124246 (k=2), A123061 (k=3), A125949 (k=4), A123091 (k=5), A277350 (k=6).
Sequence in context: A092609 A091537 A327943 * A033517 A279238 A192841
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Oct 10 2016
EXTENSIONS
a(5)-a(9) from Max Alekseyev, Oct 17 2016
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 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)