|
Search: id:A157200
|
|
|
| A157200 |
|
Numbers n such that n*(2n)^n-1 is a prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Conjecture: there are infinite numbers of such kind of primes.
|
|
EXAMPLE
|
n=2, 2*(2*2)^2-1 = 31 is a prime number; n=3, 3^(2*3)^2-1 = 107 is a prime number; and so on
|
|
MATHEMATICA
|
Do[cp=n*(2*n)^n-1; If[PrimeQ[cp], Print[n]], {n, 1, 2000}] This generate the listed first 10 elements.
|
|
CROSSREFS
|
Sequence in context: A064689 A144120 A073712 this_sequence A167415 A018511 A092482
Adjacent sequences: A157197 A157198 A157199 this_sequence A157201 A157202 A157203
|
|
KEYWORD
|
hard,nice,nonn
|
|
AUTHOR
|
Lei Zhou (lzhou5(AT)emory.edu), Feb 25 2009
|
|
|
Search completed in 0.002 seconds
|