VOOZH
about
URL: https://oeis.org/A037433
⇱ A037433 - OEIS
login
A037433
Positive numbers having the same set of digits in base 5 and base 10.
2
1, 2, 3, 4, 213, 1003, 1030, 1420, 1421, 1422, 1423, 1424, 2013, 2130, 2203, 2243, 2300, 2301, 2302, 2303, 2304, 2311, 2324, 2413, 2431, 2443, 3210, 4021, 4102, 4112, 4120, 4121, 4122, 4123, 4124, 4331, 4341, 10003, 10030, 10031, 10032
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,2
LINKS
John Cerkan,
Table of n, a(n) for n = 1..10000
EXAMPLE
1422 is in the sequence because 1422 in base 5 is 21142.
MATHEMATICA
Select[Range[11000], Union[IntegerDigits[#]]==Union[IntegerDigits[#, 5]]&] (*
Harvey P. Dale
, Aug 16 2014 *)
CROSSREFS
Subsequence of
A037397
.
Sequence in context:
A229622
A244552
A324295
*
A085933
A244547
A114341
Adjacent sequences:
A037430
A037431
A037432
*
A037434
A037435
A037436
KEYWORD
nonn
,
base
AUTHOR
Clark Kimberling
EXTENSIONS
More terms from
Don Reble
, Apr 28 2006
Edited by
John Cerkan
, Feb 13 2017
STATUS
approved