登录
OEIS由OEIS基金会的许多慷慨捐赠者.

 


回文质数a(n)的每个后缀都是质数(可左删的回文质素),不包含“0”数字。
12

%I#2024年8月27日14:41:32

%编号:2,3,5,731335337338379773677939776939677996397

%回文素数a(N)的每个后缀,不包含“0”数字,都是素数(可左转的回文素音)。

%H.I.O.Angell和H.J.Godwin,<a href=“http://dx.doi.org/10.1090/S0025-5718-1977-0427213-2“>关于截断可分解素数</a>,数学计算,31265-2671977。

%H C.K.Caldwell,<a href=“https://t5k.org/glossary/page.php?sort=LeftTruncatalePrime“>左</a>和<a href=”https://t5k.org/glossary/page.php?sort=RightTruncatalePrime“>右</a>可截断素数。

%H P.De Geest,<a href=“https://www.worldofnumbers.com/truncat.htm“>4260个左可运行素数的列表</a>

%H Eric Weisstein的数学世界,<a href=“http://mathworld.wolfram.com/PrimeString.html“>素数字符串</a>

%H<a href=“/index/Tri#tprime”>与可截断素数相关的序列的索引项</a>

%t d[n_]:=整数位数[n];ltrQ[n_]:=And@@PrimeQ[NestList[FromDigits[Drop[d[#],1]]&,n,长度[d[n]]-1]];palQ[n_]:=反向[x=d[n]]==x;选择[Prime[Range[540000]],palQ[#]&&ltrQ[#]&](*_Jayanta Basu_,2013年6月2日*)

%Y参见A033664、A024785、A032437、A020994、A04770、A052024、A052025、A050986、A05098。

%K nonn、base、fini、full

%O 1,1号机组

%A _G.L.Honaker,Jr.和Patrick De Geest,1999年11月15日

查找|欢迎光临|维基|注册|音乐|地块2|演示|索引|浏览|网络摄像头
贡献新序列。或评论|格式|样式表|变换|超级搜索|最近
OEIS社区|维护人OEIS基金会。

许可协议、使用条款、隐私政策。.

最后修改时间:美国东部时间2024年9月22日14:54。包含376114个序列。(在oeis4上运行。)