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.

A084368 Numbers k such that prime(k) does not contain the digit 1.

Original entry on oeis.org

1, 2, 3, 4, 9, 10, 12, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 48, 49, 50, 51, 52, 55, 56, 57, 59, 61, 62, 63, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 96, 97, 99, 101, 102, 103, 104, 106, 107, 108, 109, 111, 117, 118, 119, 120
Offset: 1

Views

Author

Zak Seidov, Jun 23 2003

Keywords

Examples

			99 is a term because prime(99) = 523 is unit-free.
		

Crossrefs

Programs

  • Mathematica
    Select[ Range[120], Count[ IntegerDigits[ Prime[ # ]], 1] == 0 & ]
    Select[Range[120],DigitCount[Prime[#],10,1]==0&] (* Harvey P. Dale, Jun 20 2023 *)

Extensions

Edited and extended by Robert G. Wilson v, Jun 24 2003