login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A037076
Palindromes which are the sum of a twin prime pair.
1
8, 696, 4224, 6336, 42024, 44544, 61116, 67176, 69696, 405504, 423324, 480084, 4050504, 4075704, 4078704, 4258524, 4435344, 4607064, 4656564, 4809084, 4844484, 4863684, 4869684, 4885884, 6161616, 6175716, 6371736, 6527256
OFFSET
1,1
EXAMPLE
8 is a term since it is a palindrome and the sum of the twin primes (3, 5).
MATHEMATICA
Select[2*Range[250000], PalindromeQ[#] && And @@ PrimeQ[#/2 + {-1, 1}] &] (* Amiram Eldar, Dec 27 2019 *)
CROSSREFS
Intersection of A002113 and A054735.
Sequence in context: A332168 A168130 A270871 * A116245 A361222 A277860
KEYWORD
nonn,base
EXTENSIONS
More terms from Carlos Rivera
STATUS
approved