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.

A059212 Numbers n such that n^11 reversed is a prime.

Original entry on oeis.org

17, 32, 35, 73, 83, 85, 112, 128, 148, 157, 170, 182, 277, 293, 320, 350, 359, 364, 422, 424, 533, 598, 661, 728, 730, 739, 791, 830, 850, 863, 1028, 1036, 1064, 1120, 1205, 1247, 1256, 1280, 1388, 1480, 1489, 1570, 1586, 1589, 1601, 1700, 1717, 1819, 1820
Offset: 1

Views

Author

Robert G. Wilson v, Jan 16 2001

Keywords

Programs

  • Mathematica
    Select[Range[3000], PrimeQ[ToExpression[StringReverse[ToString[ #^11]]]] &]