|
Search: id:A070220
|
|
|
| A070220 |
|
Primes of the form n (written in base 10) followed by n 1's. |
|
+0 2
|
|
| 11, 211, 511111, 71111111, 101111111111, 161111111111111111, 2011111111111111111111, 6511111111111111111111111111111111111111111111111111111111111111111
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Do[p = FromDigits[ Join[ IntegerDigits[n], IntegerDigits[(10^n - 1)/9]]]; If[ PrimeQ[p], Print[p]], {n, 1, 100}]
|
|
CROSSREFS
|
Cf. A068817 (for values of n).
Sequence in context: A112704 A114758 A088061 this_sequence A134069 A137464 A160074
Adjacent sequences: A070217 A070218 A070219 this_sequence A070221 A070222 A070223
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 02 2002
|
|
EXTENSIONS
|
More terms from Vladeta Jovovic (vladeta(AT)eunet.rs) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 03 2002
|
|
|
Search completed in 0.002 seconds
|