|
| |
|
|
A155045
|
|
Primes with distinct odd digits.
|
|
0
|
|
|
|
3, 5, 7, 13, 17, 19, 31, 37, 53, 59, 71, 73, 79, 97, 137, 139, 157, 173, 179, 193, 197, 317, 359, 379, 397, 571, 593, 719, 739, 751, 937, 953, 971, 1579, 1597, 1753, 1759, 1973, 3517, 3571, 3719, 3917, 5179, 5197, 5791, 7159, 7193, 7351, 7591, 7951, 9137, 9157
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
Odd digit = 1, 3, 5, 7 or 9.
|
|
|
LINKS
|
Table of n, a(n) for n=1..52.
|
|
|
MATHEMATICA
|
Select[Prime[Range[1200]], And@@OddQ[IntegerDigits[#]]&&Max[DigitCount[ #]]==1&] (* From Harvey P. Dale, Dec 15 2011 *)
|
|
|
CROSSREFS
|
Cf. A000040, A141468.
Sequence in context: A046066 A045398 A162565 * A144296 A045399 A122834
Adjacent sequences: A155042 A155043 A155044 * A155046 A155047 A155048
|
|
|
KEYWORD
|
fini,nonn,base
|
|
|
AUTHOR
|
Juri-Stepan Gerasimov, Jan 19 2009
|
|
|
EXTENSIONS
|
Corrected (397, 3917, 9173 inserted, 9319 removed) by R. J. Mathar, May 05 2010
|
|
|
STATUS
|
approved
|
| |
|
|