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.

Previous Showing 11-11 of 11 results.

A256339 Distinct-digit primes that are concatenation of prime(m) and m for some m.

Original entry on oeis.org

53, 239, 6719, 7321, 4073561, 6257813, 6521843, 85271063
Offset: 1

Views

Author

Zak Seidov, Mar 25 2015

Keywords

Comments

The last term is a(8) = 85271063 (prime) because all 8 digits are different and m=1063 with 8527=prime(m).

Crossrefs

Subsequence of A029743 (distinct-digit primes).

Programs

  • Mathematica
    Select[FromDigits[IntegerDigits[Prime@ #]~Join~IntegerDigits@ #] & /@
    Range@ 1200, PrimeQ@ # && Max@ DigitCount@ # == 1 &] (* Michael De Vlieger, Mar 25 2015 *)
Previous Showing 11-11 of 11 results.