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.
%I A037010 #15 Aug 11 2024 14:41:30 %S A037010 1,2,2,4,90,30,20,30,10,122,40,20,10,344,30,30,10,122,10,9372,200,100, %T A037010 710,100,1010,300,100,510,500,100,410,400,710,100,510,300,200,100,810, %U A037010 500,210,300,910,500,100,10112 %N A037010 Differences between adjacent palindromic primes. %H A037010 Chai Wah Wu, <a href="/A037010/b037010.txt">Table of n, a(n) for n = 1..10000</a> %H A037010 P. De Geest, <a href="https://www.worldofnumbers.com/palpri.htm">World!Of Palindromic Primes</a> %F A037010 a(n) = A002385(n+1) - A002385(n). - _Michel Marcus_, Sep 12 2019 %e A037010 E.g. 11 - 7 = 4. %t A037010 Differences[Select[Prime[Range[3260]], Reverse[x = IntegerDigits[#]] == x &]] (* _Jayanta Basu_, Jun 24 2013 *) %Y A037010 Cf. A002385, A327427 (records). %K A037010 base,nonn %O A037010 1,2 %A A037010 _G. L. Honaker, Jr._