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.

A085777 Semiprimes such that when they are concatenated with their reversal are semiprime.

This page as a plain text file.
%I A085777 #7 Dec 15 2017 17:36:29
%S A085777 14,34,38,74,91,94,115,146,169,185,194,305,334,341,346,355,361,362,
%T A085777 386,394,395,398,706,721,731,745,755,766,794,799,901,923,926,955,974,
%U A085777 985,1027,1046,1094,1138,1141,1147,1174,1195,1202,1238,1247,1261,1262,1271
%N A085777 Semiprimes such that when they are concatenated with their reversal are semiprime.
%C A085777 This is to A001358 = semiprimes (or biprimes): products of two primes, as A054217 is to primes A000040. Note that a subsequence is the emirpimes (A097393) which, when concatenated with their digital reversals, become different semiprimes. Examples of this subsequence: 94, 115, 169, 185, ... because 9449 = 11 * 859, 115511 = 11 * 10501, 169961 = 11 * 15451, 185581 = 11 * 16871. [From _Jonathan Vos Post_, Apr 05 2010]
%F A085777 {positive integers s = p*q in A001358, p and q primes, such that Concatenate(s, R(s)) = u*v is in A001358, u and v primes} = {positive integers s = p*q in A001358, p and q primes, such that Concatenate(s, A004086(s)) = u*v is in A001358, u and v primes}. [From _Jonathan Vos Post_, Apr 05 2010]
%e A085777 a(7)=115 because 115511 = 11*10501.
%Y A085777 Cf. A001358.
%Y A085777 Cf. A000040, A001358, A004086, A097393 [From _Jonathan Vos Post_, Apr 05 2010]
%K A085777 base,nonn
%O A085777 1,1
%A A085777 _Jason Earls_, Jul 23 2003