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!)
A177494 Least m > 1 such that m^m - 1 is divisible by a prime of the form n*m + 1 = A125556(n). 1
2, 5, 20, 3, 6, 40, 6, 32, 30, 25, 92, 56, 12, 5, 36, 15, 18, 49, 232, 20, 70, 21, 254, 24, 24, 80, 10, 27, 68, 8, 88, 83, 150, 33, 620, 26, 870, 381, 88, 16, 42, 60, 136, 152, 34, 136, 386, 81, 324, 192, 246, 78, 786, 37, 18, 23, 86, 57, 60, 67, 558, 249, 484, 33, 636 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A125556(n) - 1)/n.
PROG
(PARI) a(n) = forprime(p=3, , if (!((p-1) % n) && (m = (p-1)/n) && (m > 1) && !((m^m-1) % p), return (m)); ); \\ Michel Marcus, Nov 18 2017
CROSSREFS
Cf. A125556 (smallest prime p = n*m + 1 that divides m^m - 1 for some m > 1).
Sequence in context: A260140 A270556 A059079 * A136900 A136898 A077138
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, May 10 2010
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 September 15 02:04 EDT 2024. Contains 375929 sequences. (Running on oeis4.)