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!)
A023732 Numbers with exactly 3 2's in base 5 expansion. 2

%I #12 Jan 17 2023 16:55:53

%S 62,187,262,287,302,307,310,311,313,314,317,322,337,362,437,562,687,

%T 812,887,912,927,932,935,936,938,939,942,947,962,987,1062,1187,1262,

%U 1287,1302,1307,1310,1311,1313,1314,1317,1322

%N Numbers with exactly 3 2's in base 5 expansion.

%H Vincenzo Librandi, <a href="/A023732/b023732.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[ Range[ 1325 ], (Count[ IntegerDigits[ #, 5 ], 2 ]==3)& ]

%t FromDigits[#,5]&/@Select[Tuples[Range[0,4],5],Count[#,2]==3&] (* _Harvey P. Dale_, Jan 17 2023 *)

%K nonn,base,easy

%O 1,1

%A _Olivier GĂ©rard_

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 May 2 07:19 EDT 2024. Contains 372178 sequences. (Running on oeis4.)