cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A328870 Numbers whose lengths of runs of 1's in their reversed binary expansion are not weakly increasing.

This page as a plain text file.
%I A328870 #5 Nov 12 2019 19:23:22
%S A328870 11,19,22,23,35,38,39,43,44,45,46,47,55,67,70,71,75,76,77,78,79,83,86,
%T A328870 87,88,89,90,91,92,93,94,95,103,107,110,111,131,134,135,139,140,141,
%U A328870 142,143,147,150,151,152,153,154,155,156,157,158,159,163,166,167
%N A328870 Numbers whose lengths of runs of 1's in their reversed binary expansion are not weakly increasing.
%e A328870 The sequence of terms together with their reversed binary expansions begins:
%e A328870   11: (1101)
%e A328870   19: (11001)
%e A328870   22: (01101)
%e A328870   23: (11101)
%e A328870   35: (110001)
%e A328870   38: (011001)
%e A328870   39: (111001)
%e A328870   43: (110101)
%e A328870   44: (001101)
%e A328870   45: (101101)
%e A328870   46: (011101)
%e A328870   47: (111101)
%e A328870   55: (111011)
%e A328870   67: (1100001)
%e A328870   70: (0110001)
%e A328870   71: (1110001)
%e A328870   75: (1101001)
%e A328870   76: (0011001)
%e A328870   77: (1011001)
%e A328870   78: (0111001)
%t A328870 Select[Range[100],!LessEqual@@Length/@Split[Join@@Position[Reverse[IntegerDigits[#,2]],1],#2==#1+1&]&]
%Y A328870 Complement of A328869.
%Y A328870 The version for prime indices is A112769.
%Y A328870 The binary expansion of n has A069010(n) runs of 1's.
%Y A328870 Cf. A000120, A003714, A014081, A164707, A245563, A304678, A328592.
%K A328870 nonn
%O A328870 1,1
%A A328870 _Gus Wiseman_, Nov 12 2019