|
| |
|
|
A079907
|
|
Numbers n such that 11*12^n -1 is prime.
|
|
9
| |
|
|
1, 2, 21, 25, 33, 54, 78, 235, 1566, 2273, 2310, 4121
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
REFERENCES
| R. K. Guy, Unsolved Problems in Theory of Numbers, Section A3.
H. C. Williams, The primality of certain integers of the form 2Ar^n - 1, Acta Arith. 39 (1981), 7-17.
|
|
|
LINKS
| Steven Harvey, Williams Primes
|
|
|
MATHEMATICA
| Do[ If[ PrimeQ[11*12^n - 1], Print[n]], {n, 1, 2000}]
|
|
|
PROG
| (PARI.2.0.17) for(n=1, 2000, if(isprime(11*12^n-1), print(n)))
|
|
|
CROSSREFS
| Cf. A003307, A002235, A046865, A079906, A046866, A001771, A005541, A056725, A046867.
Sequence in context: A041513 A135053 A042565 * A075715 A071761 A101316
Adjacent sequences: A079904 A079905 A079906 * A079908 A079909 A079910
|
|
|
KEYWORD
| nonn,hard
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 16 2003
|
|
|
EXTENSIONS
| More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
|
| |
|
|