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.

A118951 Numbers containing at least one composite digit.

This page as a plain text file.
%I A118951 #6 Sep 06 2018 17:35:17
%S A118951 4,6,8,9,14,16,18,19,24,26,28,29,34,36,38,39,40,41,42,43,44,45,46,47,
%T A118951 48,49,54,56,58,59,60,61,62,63,64,65,66,67,68,69,74,76,78,79,80,81,82,
%U A118951 83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,104,106,108,109,114
%N A118951 Numbers containing at least one composite digit.
%H A118951 <a href="/index/Ar#10-automatic">Index entries for 10-automatic sequences</a>.
%t A118951 Select[Range[120],ContainsAny[IntegerDigits[#],{4,6,8,9}]&] (* _Harvey P. Dale_, Sep 06 2018 *)
%Y A118951 Cf. A118950, A011540, A011531.
%K A118951 base,nonn,easy
%O A118951 1,1
%A A118951 _Rick L. Shepherd_, May 06 2006