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.

A292449 Numbers where 9 outnumbers any other digit.

This page as a plain text file.
%I A292449 #20 Apr 06 2020 01:38:20
%S A292449 9,99,199,299,399,499,599,699,799,899,909,919,929,939,949,959,969,979,
%T A292449 989,990,991,992,993,994,995,996,997,998,999,1099,1299,1399,1499,1599,
%U A292449 1699,1799,1899,1909,1929,1939,1949,1959,1969,1979,1989,1990,1992,1993,1994
%N A292449 Numbers where 9 outnumbers any other digit.
%e A292449 909 has more 9's than any other digit, whereas 9009 has as many 0's as 9's.
%t A292449 Select[Range[0, 3000], Max@ #1 < First@ #2 & @@ TakeDrop[RotateRight@ DigitCount@ #, 9] &] (* _Michael De Vlieger_, Sep 16 2017 *)
%Y A292449 Cf. A292450, A292451, A292452, A292453, A292454, A292455, A292456, A292457, A292458.
%K A292449 nonn,base,easy
%O A292449 1,1
%A A292449 _Halfdan Skjerning_, Sep 16 2017
%E A292449 More terms from _Michael De Vlieger_, Sep 16 2017