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.

A074895 Primes written backwards and sorted.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 14, 16, 17, 31, 32, 34, 35, 37, 38, 71, 73, 74, 76, 79, 91, 92, 95, 97, 98, 101, 104, 106, 107, 112, 113, 118, 119, 124, 125, 128, 131, 133, 134, 136, 142, 145, 146, 149, 151, 152, 157, 164, 166, 167, 172, 175, 179, 181, 182, 188, 191, 194
Offset: 1

Views

Author

Jason Earls, Sep 14 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Take[Sort[FromDigits[Reverse[IntegerDigits[#]]]&/@Prime[Range[500]]],60] (* Harvey P. Dale, Nov 08 2011 *)
    Take[Sort[IntegerReverse[Prime[Range[500]]]],60] (* Harvey P. Dale, Mar 26 2025 *)

Extensions

Offset changed by Andrew Howroyd, Sep 18 2024