|
| |
|
|
A088465
|
|
Primes whose leftmost decimal digit is 1 and whose other decimal digits are all 7s.
|
|
1
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| In no element of this sequence can the number of 7's be congruent to 2 modulo 3
|
|
|
LINKS
| Vladislav Avrutin, Prime pyramids
|
|
|
MATHEMATICA
| Do[ a = 10^n + 7(10^n - 1)/9; If[ PrimeQ[a], Print[a]], {n, 1, 53}] (from Robert G. Wilson v Dec 05 2003)
|
|
|
CROSSREFS
| The number of sevens in this sequence is given by A089147.
Sequence in context: A071826 A055414 A156675 * A001905 A135505 A171704
Adjacent sequences: A088462 A088463 A088464 * A088466 A088467 A088468
|
|
|
KEYWORD
| base,easy,nonn
|
|
|
AUTHOR
| Sam Alexander (amnalexander(AT)yahoo.com), Nov 12 2003
|
| |
|
|