A333368 Primes of the form k*m^(k*m) - 1 with m > 1.
3, 31, 191, 5119, 131071, 524287, 3758096383, 4353564671, 1356446145697, 1618481116086271, 2058911320946489, 1046695266054721074427023041, 847823165504324070285888664019, 5359447279004780799548150067050349330431, 2817103802133904744169307240538184064530443801964688726052818649087
Offset: 1
Examples
31 appears in this sequence because 31=2*2^(2*2)-1 and 31 is prime.
Links
- Sean A. Irvine, Java program (github)
Programs
-
PARI
lista(nn) = {my(k, n=2, v=List([]), x=4, y); while(x
Jinyuan Wang, Mar 18 2020
Extensions
Corrected by Michel Marcus and Jinyuan Wang, Mar 17 2020
Comments