|
Search: id:A006032
|
|
|
| A006032 |
|
Numbers n such that (14^n - 1)/13 is prime. (Formerly M2670)
|
|
+0 16
|
| |
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
H. Dubner, Generalized repunit primes, Math. Comp., 61 (1993), 927-930.
|
|
LINKS
|
H. Lifchitz, Mersenne and Fermat primes field
|
|
MATHEMATICA
|
lst={}; Do[If[PrimeQ[(14^n-1)/13], Print[n]; AppendTo[lst, n]], {n, 10^5}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 21 2008]
|
|
CROSSREFS
|
Sequence in context: A056725 A091738 A136054 this_sequence A066148 A093932 A141173
Adjacent sequences: A006029 A006030 A006031 this_sequence A006033 A006034 A006035
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
One more term from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
|
|
|
Search completed in 0.002 seconds
|