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.

This page as a plain text file.
%I A037076 #16 Aug 11 2024 14:41:30
%S A037076 8,696,4224,6336,42024,44544,61116,67176,69696,405504,423324,480084,
%T A037076 4050504,4075704,4078704,4258524,4435344,4607064,4656564,4809084,
%U A037076 4844484,4863684,4869684,4885884,6161616,6175716,6371736,6527256
%N A037076 Palindromes which are the sum of a twin prime pair.
%H A037076 Amiram Eldar, <a href="/A037076/b037076.txt">Table of n, a(n) for n = 1..10000</a>
%H A037076 P. De Geest, <a href="https://www.worldofnumbers.com/sumprime.htm#twin">Palindromic sums of powers of consecutive primes: Sums of Twin Prime Pairs</a>
%e A037076 8 is a term since it is a palindrome and the sum of the twin primes (3, 5).
%t A037076 Select[2*Range[250000], PalindromeQ[#] && And @@ PrimeQ[#/2 + {-1, 1}] &] (* _Amiram Eldar_, Dec 27 2019 *)
%Y A037076 Intersection of A002113 and A054735.
%Y A037076 Cf. A001359, A006512.
%K A037076 nonn,base
%O A037076 1,1
%A A037076 _G. L. Honaker, Jr._
%E A037076 More terms from _Carlos Rivera_