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.

A119405 Primes p such that p and p-th prime do not share any decimal digit.

This page as a plain text file.
%I A119405 #6 Mar 13 2015 00:24:15
%S A119405 2,3,5,17,19,43,47,53,59,61,67,71,79,89,101,151,223,227,229,233,317,
%T A119405 337,359,373,383,457,461,467,509,521,563,569,617,653,661,673,677,683,
%U A119405 709,727,743,769,773,797,809,811,827,829,859,1039,1049,1051,1063,1091,1103
%N A119405 Primes p such that p and p-th prime do not share any decimal digit.
%H A119405 Zak Seidov, <a href="/A119405/b119405.txt">Table of n, a(n) for n = 1..1287</a>
%e A119405 Prime 17 is a member since 17 and 17th prime=59 have no digit in common.
%t A119405 Select[Prime@Range@1102, Intersection[IntegerDigits@#, IntegerDigits@ Prime@# ] == {} &]
%Y A119405 Cf. A000040.
%K A119405 nonn,base,less
%O A119405 1,1
%A A119405 _Robert G. Wilson v_, Jul 25 2006