|
Search: id:A037443
|
|
|
| A037443 |
|
Numbers n such that the set of base 9 digits of n equals the set of base 10 digits of n. |
|
+0 1
|
|
| 1, 2, 3, 4, 5, 6, 7, 8, 158, 227, 445, 454, 801, 1226, 1236, 1380, 2027, 2315, 2534, 4005, 4054, 4767, 5270, 5477, 5567, 5587, 5637, 5657, 5783, 7414, 8010, 8162, 10225, 10235, 10453, 10665, 10855, 11016, 11461, 11670, 11704, 11730, 11750
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
1380 is in the sequence because 1380 in base 9 is 1803.
|
|
MAPLE
|
a:=proc(n) if convert(convert(n, base, 9), set)=convert(convert(n, base, 10), set) then n else fi end: seq(a(n), n=1..12000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 30 2006
|
|
CROSSREFS
|
Sequence in context: A028430 A004870 A037336 this_sequence A073790 A029965 A004881
Adjacent sequences: A037440 A037441 A037442 this_sequence A037444 A037445 A037446
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Clark Kimberling (ck6(AT)evansville.edu)
|
|
EXTENSIONS
|
More terms from Don Reble (djr(AT)nk.ca), Apr 28 2006
|
|
|
Search completed in 0.002 seconds
|