|
Search: id:A108107
|
|
|
| A108107 |
|
Numbers n such that the string 1123n is prime. |
|
+0 1
|
|
| 9, 27, 31, 37, 39, 49, 61, 63, 97, 127, 151, 181, 189, 211, 217, 219, 231, 247, 267, 279, 303, 307, 319, 327, 349, 351, 361, 379, 391, 399, 403, 427, 429, 439, 477, 483, 487, 501, 511, 517, 531, 541, 553, 561, 567, 589, 597, 601, 621, 631, 637, 651, 667, 669
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
11 and 23 are primes.
|
|
EXAMPLE
|
If n=9, then 1123n = 11239 (prime).
If n=127, then 1123n = 1123127 (prime).
|
|
MAPLE
|
a:=proc(n) local z: z:=nops(convert(n, base, 10)): if isprime(1123*10^z+n)=true then n else fi end: seq(a(n), n=1..750); (Deutsch)
|
|
CROSSREFS
|
Cf. A107645, A107644.
Sequence in context: A122985 A115148 A022701 this_sequence A036303 A116455 A103753
Adjacent sequences: A108104 A108105 A108106 this_sequence A108108 A108109 A108110
|
|
KEYWORD
|
nonn
|
|
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
|