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.

A235161 Primes which have one or more occurrences of exactly nine different digits.

Original entry on oeis.org

102345689, 102345697, 102345869, 102346789, 102346879, 102346897, 102346957, 102347689, 102348679, 102348769, 102349867, 102354689, 102354697, 102356489, 102356789, 102356987, 102358769, 102358967, 102364859, 102364879, 102365897, 102365947, 102368459
Offset: 1

Views

Author

Colin Barker, Jan 04 2014

Keywords

Comments

The first term having a repeated digit is 1002346589.

Crossrefs

Programs

  • PARI
    s=[]; forprime(n=100000000, 102400000, if(#vecsort(eval(Vec(Str(n))),,8)==9, s=concat(s, n))); s