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.

A050716 Inserting a digit '6' between all adjacent digits of k makes a prime.

Original entry on oeis.org

13, 17, 23, 29, 37, 41, 43, 47, 53, 59, 61, 71, 79, 83, 97, 101, 103, 107, 109, 127, 131, 133, 139, 151, 157, 161, 173, 193, 211, 221, 223, 227, 251, 269, 281, 283, 301, 307, 311, 323, 329, 347, 349, 353, 371, 377, 401, 421, 457, 463, 479, 481, 487, 517, 523
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1999

Keywords

Examples

			481 becomes 4(6)8(6)1 becomes prime 46861.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[10,600],PrimeQ[FromDigits[Riffle[IntegerDigits[#],6]]]&] (* Harvey P. Dale, Aug 26 2013 *)

Extensions

Definition clarified by Harvey P. Dale, Aug 26 2013
Offset changed by Andrew Howroyd, Aug 14 2024