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.

A053319 Distance between the smaller members of successive twin prime pairs.

This page as a plain text file.
%I A053319 #39 Jun 03 2014 17:50:38
%S A053319 2,6,6,12,12,18,12,30,6,30,12,30,12,6,30,12,30,12,30,36,72,12,30,60,
%T A053319 48,30,18,24,18,150,12,6,30,24,138,12,18,12,30,60,78,48,12,12,18,108,
%U A053319 24,30,6,120,12,48,30,24,66,84,6,54,18,48,30,54,6,24,18,12,96,30,42,30,42
%N A053319 Distance between the smaller members of successive twin prime pairs.
%C A053319 Conjecture: a(n) < log(A014574(n))^3 for n > 2. - _Thomas Ordowski_, Jul 21 2012
%C A053319 This is of course also the distance between the larger members of successive twin primes. - _Franklin T. Adams-Watters_, Jun 03 2014
%H A053319 M. F. Hasler, <a href="/A053319/b053319.txt">Table of n, a(n) for n = 1..107406</a>
%t A053319 Differences[Transpose[Select[Partition[Prime[Range[450]],2,1],Last[#]-First[#]==2&]][[1]]]  (* _Harvey P. Dale_, Feb 08 2011 *)
%o A053319 (PARI) {cnt=0; lp= /*last*/ ltp=/*last twin(upper)*/ 5;
%o A053319 forprime(p=lp+1,default(primelimit), if(p-lp != 2,lp=p;next);
%o A053319 write("b053319.txt",cnt++" "p-ltp);/* print1(p-ltp", ");*/ ltp=lp=p)} \\ _M. F. Hasler_, May 26 2007
%Y A053319 First differences of A001359, A006512, and of A014574.
%K A053319 nonn
%O A053319 1,1
%A A053319 _Labos Elemer_, Mar 06 2000
%E A053319 Definition clarified by _Harvey P. Dale_, Feb 08 2011