The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A280825 Numbers with an odd number of digits and with an even number of distinct digits. 3

%I #7 Feb 15 2017 01:38:08

%S 100,101,110,112,113,114,115,116,117,118,119,121,122,131,133,141,144,

%T 151,155,161,166,171,177,181,188,191,199,200,202,211,212,220,221,223,

%U 224,225,226,227,228,229,232,233,242,244,252,255,262,266,272,277,282,288,292,299,300,303,311,313,322,323,330,331,332,334,335

%N Numbers with an odd number of digits and with an even number of distinct digits.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Digit.html">Digit</a>

%H <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>.

%F A000035(A055642(a(n))) = 1.

%F A000035(A043537(a(n))) = 0.

%F a(n) = A210666(n) for n < 244.

%t Select[Range[335], Mod[Length[IntegerDigits[#1]], 2] == 1 && Mod[Length[Union[IntegerDigits[#1]]], 2] == 0 & ]

%Y Cf. A000035, A001633, A043537, A055642, A210666, A280823, A280824, A280826.

%K nonn,base,easy

%O 1,1

%A _Ilya Gutkovskiy_, Jan 08 2017

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 June 1 14:02 EDT 2024. Contains 373023 sequences. (Running on oeis4.)