VOOZH
about
URL: https://oeis.org/A045269
⇱ A045269 - OEIS
login
A045269
Numbers whose base-5 representation contains exactly one 2 and three 3's.
0
343, 443, 463, 467, 968, 1068, 1088, 1092, 1343, 1468, 1643, 1668, 1703, 1708, 1715, 1716, 1719, 1723, 1743, 1843, 1943, 1963, 1967, 2068, 2088, 2092, 2143, 2168, 2203, 2208, 2215, 2216, 2219, 2223, 2243, 2263, 2267
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..37.
MATHEMATICA
Select[Range[2500], DigitCount[#, 5, 2]==1&&DigitCount[#, 5, 3]==3&] (*
Harvey P. Dale
, Oct 13 2024 *)
CROSSREFS
Cf.
A007091
.
Sequence in context:
A005072
A112821
A045130
*
A373590
A043395
A336354
Adjacent sequences:
A045266
A045267
A045268
*
A045270
A045271
A045272
KEYWORD
nonn
,
base
AUTHOR
Clark Kimberling
STATUS
approved