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.

Showing 1-5 of 5 results.

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

A101219 Primes that are a concatenation of 3, 5 and a prime.

Original entry on oeis.org

353, 3511, 3517, 3529, 3541, 3547, 3559, 3571, 3583, 35107, 35149, 35227, 35251, 35257, 35281, 35311, 35317, 35353, 35401, 35419, 35449, 35461, 35491, 35509, 35521, 35569, 35593, 35617, 35677, 35797, 35809, 35839, 35863, 35911, 35977
Offset: 1

Views

Author

Parthasarathy Nambi, Dec 14 2004

Keywords

Examples

			3511 is a prime concatenated from the primes 3, 5 and 11.
		

Crossrefs

Programs

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

Extensions

Extended by Ray Chandler, Dec 22 2004

A101249 Primes that are a concatenation of 5, 7 and a prime.

Original entry on oeis.org

577, 5711, 5717, 5737, 5741, 5743, 5779, 5783, 57107, 57131, 57139, 57149, 57163, 57173, 57179, 57191, 57193, 57223, 57241, 57251, 57269, 57271, 57283, 57331, 57347, 57349, 57367, 57373, 57383, 57389, 57397, 57457, 57467, 57487, 57503
Offset: 1

Views

Author

Parthasarathy Nambi, Dec 16 2004

Keywords

Examples

			5711 is a prime concatenated from the primes 5,7 and 11.
		

Crossrefs

Programs

  • Mathematica
    Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {5, 7, Prime[n]}]], {n, 100}], PrimeQ[ # ] &] (* Robert G. Wilson v, Dec 20 2004 *)

Extensions

Extended by Ray Chandler and Robert G. Wilson v, Dec 22 2004

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

Original entry on oeis.org

2357, 23531, 23537, 23561, 23567, 235181, 235199, 235211, 235241, 235307, 235337, 235349, 235397, 235439, 235523, 235541, 235577, 235601, 235607, 235661, 235673, 235751, 235787, 235811, 235877, 235919, 235967, 235997, 2351033, 2351171
Offset: 1

Views

Author

Parthasarathy Nambi, Dec 16 2004

Keywords

Examples

			2357 is a prime of order four since it is concatenated from the primes 2,3,5 and 7.
		

Crossrefs

Programs

  • Mathematica
    Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {2, 3, 5, Prime[n]}]], {n, 200}], PrimeQ[ # ] &] (* Robert G. Wilson v, Dec 20 2004 *)

Extensions

Extended by Ray Chandler and Robert G. Wilson v, Dec 22 2004

A101252 Primes that are a concatenation of 3, 5, 7 and a prime.

Original entry on oeis.org

35729, 35731, 35747, 35753, 35759, 35771, 35797, 357103, 357107, 357109, 357131, 357139, 357179, 357197, 357199, 357211, 357229, 357239, 357241, 357263, 357271, 357281, 357283, 357293, 357347, 357349, 357353, 357359, 357389, 357421, 357431
Offset: 1

Views

Author

Parthasarathy Nambi, Dec 16 2004

Keywords

Examples

			35729 is member as it is concatenated from the primes 3,5,7 and 29.
		

Crossrefs

Programs

  • Mathematica
    Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {3, 5, 7, Prime[n]}]], {n, 95}], PrimeQ[ # ] &] (* Robert G. Wilson v, Dec 20 2004 *)

Extensions

Extended by Ray Chandler and Robert G. Wilson v, Dec 22 2004
Showing 1-5 of 5 results.