|
Search: id:A072179
|
|
|
| A072179 |
|
Numbers n such that n^(n+1) - (n+1)^n is prime. |
|
+0 8
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Some of the larger entries may only correspond to probable primes.
6279 is a term. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 09 2007
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[ n^(n + 1) - (n + 1)^n], Print[n]], {n, 1, 2000}]
|
|
CROSSREFS
|
Cf. A072164.
Cf. A073499.
Sequence in context: A089757 A083491 A086423 this_sequence A065811 A061514 A078559
Adjacent sequences: A072176 A072177 A072178 this_sequence A072180 A072181 A072182
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Daniel Gronau (Daniel.Gronau(AT)gmx.de), Jun 30 2002
|
|
EXTENSIONS
|
Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 02 2002
|
|
|
Search completed in 0.002 seconds
|