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!)
A176825 Primes of the form (k+1)^k mod k^k. 1
113, 24337, 9492289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include.
The corresponding values of k are 4, 6, 8, 132, ... - Amiram Eldar, Jul 18 2019
LINKS
EXAMPLE
5^4 mod 4^4 = 113 is a prime.
MATHEMATICA
Select[Table[Mod[(n+1)^n, n^n], {n, 140}], PrimeQ[ # ]&]
CROSSREFS
Sequence in context: A218637 A218241 A152496 * A187703 A352400 A329105
KEYWORD
nonn,bref
AUTHOR
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 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)