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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

19, 29, 41, 43, 47, 59, 61, 67, 79, 83, 89, 97, 109, 139, 149, 163, 167, 179, 181, 191, 193, 197, 199, 229, 239, 241, 263, 269, 281, 283, 293, 347, 349, 359, 367, 379, 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, 463, 467, 479, 487
Offset: 1

Views

Author

Harvey P. Dale, Nov 04 2019

Keywords

Comments

Primes not in A160337.

Examples

			197 is prime and it contains the digit 9.
		

Crossrefs

Cf. A160337.

Programs

  • Mathematica
    Select[Prime[Range[100]],ContainsAny[IntegerDigits[#],{4,6,8,9}]&]
Showing 1-1 of 1 results.