|
| |
|
|
A007958
|
|
Even numbers such that some permutation of digits is an odd number.
|
|
1
| |
|
|
10, 12, 14, 16, 18, 30, 32, 34, 36, 38, 50, 52, 54, 56, 58, 70, 72, 74, 76, 78, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| a(n) = A179083(n) for n <= 30. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 28 2010]
|
|
|
REFERENCES
| F. Smarandache, "Only Problems, not Solutions!", Xiquan Publ., Phoenix-Chicago, 1993
|
|
|
LINKS
| M. L. Perez et al., eds., Smarandache Notions Journal
F. Smarandache, Only Problems, Not Solutions!
|
|
|
MATHEMATICA
| Select[Range[2, 150, 2], MemberQ[OddQ[FromDigits/@Permutations[ IntegerDigits[#]]], True]&] (* From Harvey P. Dale, Apr 23 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A167153 A055983 A180157 * A179083 A092132 A088170
Adjacent sequences: A007955 A007956 A007957 * A007959 A007960 A007961
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| R. Muller
|
| |
|
|