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.

A101218 Primes that are a concatenation of 2, 3 and a prime.

Original entry on oeis.org

233, 2311, 2341, 2347, 2371, 2383, 2389, 23131, 23167, 23173, 23197, 23227, 23251, 23269, 23293, 23311, 23431, 23509, 23557, 23563, 23593, 23599, 23677, 23719, 23743, 23761, 23773, 23827, 23857, 23887, 23911, 23929, 23971, 23977, 231019
Offset: 1

Views

Author

Parthasarathy Nambi, Dec 14 2004

Keywords

Examples

			233 is a prime concatenated from the primes 2,3 and 3
2311 is a prime concatenated from the primes 2,3 and 11
		

Crossrefs

Programs

  • Mathematica
    Select[23*10^IntegerLength[#]+#&/@Prime[Range[200]],PrimeQ] (* Harvey P. Dale, Jun 09 2013 *)

Extensions

Extended by Ray Chandler, Dec 22 2004