|
Search: id:A108113
|
|
|
| A108113 |
|
Numbers n such that the string 3137n is prime. |
|
+0 1
|
|
| 9, 11, 17, 21, 27, 39, 41, 63, 77, 83, 117, 137, 143, 159, 171, 179, 201, 209, 243, 257, 263, 311, 357, 371, 389, 399, 447, 461, 471, 507, 509, 513, 521, 531, 551, 567, 569, 573, 593, 609, 611, 623, 627, 663, 669, 681, 699, 723, 731, 747, 749, 777, 803, 837
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
31 and 37 are primes.
|
|
EXAMPLE
|
If n=9, then 3137n = 31379 (prime).
If n=83, then 3137n = 313783 (prime).
|
|
MAPLE
|
a:=proc(n) local z: z:=nops(convert(n, base, 10)): if isprime(3137*10^z+n)=true then n else fi end: seq(a(n), n=1..1000); (Deutsch)
|
|
CROSSREFS
|
Sequence in context: A063191 A048464 A075824 this_sequence A111391 A077788 A137018
Adjacent sequences: A108110 A108111 A108112 this_sequence A108114 A108115 A108116
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jun 25 2005
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 02 2005
|
|
|
Search completed in 0.002 seconds
|