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.

A032717 Numbers k such that k prefixed by '9' and followed by '3' is prime.

Original entry on oeis.org

5, 8, 10, 13, 17, 20, 28, 29, 32, 34, 40, 41, 43, 46, 47, 53, 61, 62, 64, 73, 74, 80, 83, 88, 92, 97, 103, 115, 116, 118, 119, 124, 125, 128, 130, 137, 139, 142, 143, 145, 146, 149, 151, 157, 158, 167, 170, 173, 175, 181, 182, 187, 194, 200, 203, 208, 214
Offset: 1

Views

Author

Patrick De Geest, May 15 1998

Keywords

Examples

			953 is prime, so 5 is a term.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[250],PrimeQ[FromDigits[Join[{9},IntegerDigits[#],{3}]]]&] (* Harvey P. Dale, Jul 30 2013 *)

Extensions

Offset corrected by Matthew House, Jan 15 2017