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.

A343714 Palindromic primes of the form p//q//reverse(p), where p is a prime (not necessarily palindromic) and q, of course, is a palindromic prime.

This page as a plain text file.
%I A343714 #14 May 08 2021 08:30:51
%S A343714 353,373,727,757,11311,13331,19391,31013,31513,33533,37273,37573,
%T A343714 39293,71317,71917,73237,77977,79397,97379,97579,1035301,1092901,
%U A343714 1093901,1175711,1178711,1273721,1317131,1335331,1338331,1513151,1572751,1633361,1737371,1793971
%N A343714 Palindromic primes of the form p//q//reverse(p), where p is a prime (not necessarily palindromic) and q, of course, is a palindromic prime.
%C A343714 Note that reverse(p) need not be a prime; e.g., a(7)=19391 is the concatenation of 19, 3, and 91=7*13. If a requirement were added that reverse(p) also be a prime, the result would be sequence A343715.
%e A343714 353 is a term because it is a palindromic prime (A002385) and is the concatenation of 3 (a prime), 5 (a palindromic prime), and 3 (the reverse of 3).
%e A343714 31513 is a term in two ways: as the concatenation 3//151//3 and as the concatenation 31//5//13.
%e A343714 7392937 is a term in three ways: 7//39293//7, 73//929//37, and 739//2//937.
%Y A343714 Cf. A002385, A045336, A177678, A343715.
%K A343714 nonn,base
%O A343714 1,1
%A A343714 _Jon E. Schoenfield_, May 08 2021