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.

A050719 Inserting a digit '9' between adjacent digits of n makes a prime.

Original entry on oeis.org

11, 13, 17, 19, 23, 37, 41, 49, 53, 59, 61, 77, 91, 97, 131, 157, 167, 169, 173, 181, 191, 193, 197, 211, 227, 239, 259, 307, 311, 319, 323, 337, 349, 371, 379, 413, 419, 427, 431, 433, 449, 457, 467, 481, 491, 493, 499, 503, 517, 533, 539, 547, 563, 569, 571
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Examples

			181 becomes 1(9)8(9)1 which is prime 19891.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[10,1000],PrimeQ[FromDigits[Riffle[IntegerDigits[#],9]]]&] (* Harvey P. Dale, Oct 29 2014 *)

Extensions

Offset changed to 1 by Georg Fischer, Oct 15 2019