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.

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