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.

A106116 Primes without {0, 1} as digits.

Original entry on oeis.org

2, 3, 5, 7, 23, 29, 37, 43, 47, 53, 59, 67, 73, 79, 83, 89, 97, 223, 227, 229, 233, 239, 257, 263, 269, 277, 283, 293, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 433, 439, 443, 449, 457, 463, 467, 479, 487, 499, 523, 547, 557, 563, 569, 577, 587, 593
Offset: 1

Views

Author

Zak Seidov, May 07 2005

Keywords

Crossrefs

Intersection of A038603 and A038618.

Programs

  • Mathematica
    Select[Prime[Range[100]], Min[IntegerDigits[ # ]]>1&]
  • PARI
    is(p)=vecsort(digits(p),,8)[1]>1 && isprime(p) \\ Charles R Greathouse IV, Jan 02 2013

Formula

a(n) >> n^k with k = log 10/log 8 = 1.107.... - Charles R Greathouse IV, Jan 02 2013

Extensions

Terms > 523 added by Jonathan Vos Post, Feb 10 2010