|
| |
|
|
A106692
|
|
Numbers n such that (97*n - 11) is prime.
|
|
0
| |
|
|
6, 12, 46, 54, 64, 70, 90, 100, 102, 106, 112, 114, 126, 142, 156, 166, 172, 180, 184, 196, 202, 204, 210, 214, 222, 226, 240, 250, 256, 306, 310, 312, 322, 340, 354, 366, 370, 372, 406, 412, 424, 432, 436, 442, 454, 456, 466, 480, 492, 510, 532, 534, 540
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| 11 and 97 are the smallest and the largest of two digit primes.
|
|
|
EXAMPLE
| If n=6, then 97*n - 11 = 571 (prime).
If n=106, then 97*n - 11 = 10271 (prime).
|
|
|
PROG
| (MAGMA) [n: n in [1..100000] | IsPrime(97*n - 11)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]
|
|
|
CROSSREFS
| Cf. A105773, A105775.
Sequence in context: A121160 A105863 A052904 * A032470 A018809 A117866
Adjacent sequences: A106689 A106690 A106691 * A106693 A106694 A106695
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), May 13 2005
|
| |
|
|