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.

A050290 Zeroless pandigital primes.

Original entry on oeis.org

1123465789, 1123465879, 1123468597, 1123469587, 1123478659, 1123485967, 1123496587, 1123564879, 1123564987, 1123568497, 1123576849, 1123586479, 1123645987, 1123649587, 1123654879, 1123657489, 1123658479, 1123658749
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A050289.

Programs

  • Mathematica
    Take[Select[10^9+#&/@FromDigits/@Permutations[Range[9]],PrimeQ],20] (* Harvey P. Dale, Jul 27 2021 *)

Extensions

Edited by Charles R Greathouse IV, Aug 02 2010