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.

A074834 Primes whose base 4 reversal is also prime.

Original entry on oeis.org

2, 3, 5, 7, 13, 17, 23, 29, 31, 53, 59, 61, 67, 73, 79, 83, 89, 97, 101, 107, 193, 197, 199, 211, 233, 239, 241, 251, 257, 269, 277, 281, 293, 311, 313, 337, 353, 367, 373, 383, 397, 401, 409, 419, 433, 443, 449, 457, 461, 467, 487, 491, 499, 509, 787, 797, 809
Offset: 1

Views

Author

Robert G. Wilson v, Sep 09 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Prime[ Select[ Range[140], PrimeQ[ FromDigits[ Reverse[ IntegerDigits[ Prime[ # ], 4]], 4]] &]]