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.

A329106 Primes containing at least one of the following digits: 4, 6, 8, or 9.

This page as a plain text file.
%I A329106 #16 Nov 04 2019 19:47:07
%S A329106 19,29,41,43,47,59,61,67,79,83,89,97,109,139,149,163,167,179,181,191,
%T A329106 193,197,199,229,239,241,263,269,281,283,293,347,349,359,367,379,383,
%U A329106 389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487
%N A329106 Primes containing at least one of the following digits: 4, 6, 8, or 9.
%C A329106 Primes not in A160337.
%H A329106 Harvey P. Dale, <a href="/A329106/b329106.txt">Table of n, a(n) for n = 1..1000</a>
%e A329106 197 is prime and it contains the digit 9.
%t A329106 Select[Prime[Range[100]],ContainsAny[IntegerDigits[#],{4,6,8,9}]&]
%Y A329106 Cf. A160337.
%K A329106 nonn,base
%O A329106 1,1
%A A329106 _Harvey P. Dale_, Nov 04 2019