login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A045192
Numbers whose base-5 representation contains exactly one 0 and one 3.
0
15, 28, 40, 53, 65, 76, 77, 79, 80, 85, 95, 103, 115, 133, 138, 141, 142, 144, 148, 153, 165, 178, 190, 201, 202, 204, 205, 210, 220, 228, 240, 258, 263, 266, 267, 269, 273, 278, 290, 303, 315, 326, 327, 329, 330, 335, 345, 353
OFFSET
1,1
COMMENTS
Subset of A039285. - R. J. Mathar, Oct 20 2008
MATHEMATICA
Select[Range[400], DigitCount[#, 5, 0]==DigitCount[#, 5, 3]==1&] (* Harvey P. Dale, Feb 20 2020 *)
CROSSREFS
Cf. A007091.
Sequence in context: A373259 A106499 A043108 * A039285 A043888 A350045
KEYWORD
nonn,base
STATUS
approved