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.

A074668 Differences between successive 7-digit distinct-digit primes.

This page as a plain text file.
%I A074668 #8 Mar 30 2012 17:26:02
%S A074668 20,210,72,88,90,410,22,200,10,104,4,86,70,104,6,24,360,136,210,56,40,
%T A074668 50,34,24,462,80,18,22,68,36,4,6,254,6,6,84,4,512,24,6,4,56,94,50,160,
%U A074668 584,36,6,90,10,18,50,102,204,4,510,6,14,60,16,20,60,4,6
%N A074668 Differences between successive 7-digit distinct-digit primes.
%e A074668 a(1)=20 & a(2)=210 because first three 7-digit distinct-digit primes are 1023467, 1023487, 1023697 and differences between them are 20 and 210.
%t A074668 a=1023451; b=a+8000; se7 = Select[Range[a, b, 2], Length[Union[IntegerDigits[ # ]]] == 7 && PrimeQ[ # ] & ]; Flatten[Table[{se7[[i+1]]-se7[[i]]}, {i, Length[se7]-1}]]
%Y A074668 The seven-digit distinct-digit primes are in A074667.
%K A074668 fini,nonn,base
%O A074668 1,1
%A A074668 _Zak Seidov_, Aug 30 2002