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.

A090311 Concatenation of two distinct primes p and q, p < q.

Original entry on oeis.org

23, 25, 35, 27, 37, 57, 211, 311, 511, 711, 213, 313, 513, 713, 1113, 217, 317, 517, 717, 1117, 1317, 219, 319, 519, 719, 1119, 1319, 1719
Offset: 1

Views

Author

Amarnath Murthy, Nov 30 2003

Keywords

Comments

Next n numbers end in prime(n+1).

Crossrefs

Programs

  • Mathematica
    FromDigits[Flatten[IntegerDigits/@#]]&/@Flatten[Table[Join[{Prime[c]},{Prime[ n]}],{n,10},{c,n-1}],1](* Harvey P. Dale, Nov 27 2019 *)