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.

A222727 Palindromic primes starting with a digit 7.

Original entry on oeis.org

7, 727, 757, 787, 797, 70207, 70507, 70607, 71317, 71917, 72227, 72727, 73037, 73237, 73637, 74047, 74747, 75557, 76367, 76667, 77377, 77477, 77977, 78487, 78787, 78887, 79397, 79697, 79997, 7014107, 7035307, 7036307, 7041407, 7046407, 7057507, 7065607, 7069607
Offset: 1

Views

Author

Jaroslav Krizek, Mar 09 2013

Keywords

Comments

Subsequence of A002385 (palindromic primes) and A002113 (palindromic numbers). Complement of A222728 (palindromic composite numbers starting with a digit 7) with respect to A043042 (palindromic numbers starting with a digit 7).

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[500000]],PalindromeQ[#]&&Mod[#,10]==7&] (* Harvey P. Dale, Nov 22 2022 *)