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.

A037076 Palindromes which are the sum of a twin prime pair.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			8 is a term since it is a palindrome and the sum of the twin primes (3, 5).
		

Crossrefs

Intersection of A002113 and A054735.

Programs

  • Mathematica
    Select[2*Range[250000], PalindromeQ[#] && And @@ PrimeQ[#/2 + {-1, 1}] &] (* Amiram Eldar, Dec 27 2019 *)

Extensions

More terms from Carlos Rivera