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.

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