|
Search: id:A084074
|
|
|
| A084074 |
|
Numbers n such that 11*13^n + 2 is prime. |
|
+0 1
|
|
| 0, 2, 3, 4, 6, 8, 19, 98, 174, 578, 678, 966, 1792, 4132, 5772
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Some of the larger entries may only correspond to probable primes.
|
|
EXAMPLE
|
Primes 13,1861,24169,314173 are 11*13^0+2, 11*13^2+2, 11*13^3+2, 11*13^4+2.
|
|
PROGRAM
|
(PARI) for(n=0, 6000, if(isprime(11*13^n+2), print1(n, ", ")))
|
|
CROSSREFS
|
Sequence in context: A000031 A111023 A008324 this_sequence A144722 A105808 A124058
Adjacent sequences: A084071 A084072 A084073 this_sequence A084075 A084076 A084077
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 12 2003
|
|
|
Search completed in 0.002 seconds
|