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.

A348370 Numbers k such that pi(reversal(prime(k))) = reversal(k). Ignore leading 0's.

Original entry on oeis.org

1, 2, 3, 4, 5, 12, 21, 86, 235, 8114118, 535252535
Offset: 1

Views

Author

Ivan N. Ianakiev, Oct 15 2021

Keywords

Comments

535252535 is a term (not necessarily the next one), so it seems this sequence is a supersequence of A069469.
From Martin Ehrenstein, Nov 06 2021: (Start)
Equivalently: Numbers k such that prime(reversal(k)) <= reversal(prime(k)) < prime(reversal(k)+1). Ignore leading 0's.
Thus A069469 is indeed a subsequence.
a(12) > 10^10. (End)

Crossrefs

Programs

  • Mathematica
    Select[Range[300],PrimePi[IntegerReverse[Prime[#]]]==IntegerReverse[#]&]

Extensions

a(11) verified by Martin Ehrenstein, Nov 06 2021