|
Search: id:A068648
|
|
|
| A068648 |
|
Primes in which a string of 8's is sandwiched between two 1's. |
|
+0 4
|
|
| 11, 181, 188888881, 188888888888881, 18888888888888888888888888888888888888881, 18888888888888888888888888888888888888888888888888888888888888888888888888888888\ 8888888888881
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
EXAMPLE
|
11 is also a member in which a string of 0 8's is there between two one's.
|
|
MAPLE
|
a := 1:b := 8:i := 1:for n from 0 to 500 do c := a+10*(10^n-1)/9*b+10^(n+1)*a; if(isprime(c)) then d[i] := c; i := i+1; end if; end do:q := seq(d[j], j=1..i-1);
|
|
CROSSREFS
|
Cf. A068645, A068646, A068647.
Sequence in context: A009118 A112943 A057618 this_sequence A034787 A001408 A036936
Adjacent sequences: A068645 A068646 A068647 this_sequence A068649 A068650 A068651
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 28 2002
|
|
EXTENSIONS
|
More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 19 2002
|
|
|
Search completed in 0.002 seconds
|