login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045224 Numbers whose base-5 representation contains exactly one 1 and three 2's. 0

%I #14 May 19 2023 20:16:57

%S 187,287,307,311,687,887,927,935,938,939,942,947,962,987,1062,1187,

%T 1287,1307,1311,1387,1427,1435,1438,1439,1442,1447,1462,1487,1507,

%U 1511,1527,1535,1538,1539,1542,1547,1551,1555,1558

%N Numbers whose base-5 representation contains exactly one 1 and three 2's.

%t Select[Range[2000],DigitCount[#,5,1]==1&&DigitCount[#,5,2]==3&] (* _Harvey P. Dale_, Jun 16 2013 *)

%Y Cf. A007091.

%K nonn,base

%O 1,1

%A _Clark Kimberling_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 16 14:11 EDT 2024. Contains 375174 sequences. (Running on oeis4.)