login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A127837
Numbers k such that ((k+1)^k-1)/k^2 is a prime.
4
2, 3, 5, 17, 4357
OFFSET
1,1
COMMENTS
All terms are primes. Corresponding primes of the form ((k+1)^k-1)/k^2 are listed in A128466 = 2, 7, 311, 7563707819165039903, ... .
It seems that if p is in the sequence then the first three numbers k such that k^2 divides (p+1)^k-1 are: 1, p & ((p+1)^p-1)/p. 2 is in the sequence and the first three terms of A127103 are : 1, 2 & ((2+1)^2-1)/2; 3 is in the sequence and the first three terms of A127104 are : 1, 3 & ((3+1)^3-1)/3; 5 is in the sequence and the first three terms of A127106 are : 1, 5 & ((5+1)^5-1)/5.
No other terms below 20000. - Max Alekseyev, Apr 25 2007
EXAMPLE
4357 is in the sequence because (4358^4357-1)/4357^2 is prime.
KEYWORD
hard,more,nonn
AUTHOR
STATUS
approved