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.

A059205 Numbers n such that n^4 reversed is a prime.

Original entry on oeis.org

2, 14, 19, 20, 31, 35, 61, 62, 64, 79, 113, 116, 133, 134, 140, 175, 190, 200, 247, 299, 310, 343, 350, 359, 365, 421, 439, 443, 529, 569, 584, 599, 610, 620, 628, 635, 640, 643, 655, 665, 746, 761, 773, 787, 790, 794, 919, 934, 983
Offset: 1

Views

Author

Robert G. Wilson v, Jan 16 2001

Keywords

Programs

  • Mathematica
    Select[Range[1000], PrimeQ[ToExpression[StringReverse[ToString[#^4]]]] &]