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.

A078562 p, p+6 and p+10 are consecutive primes.

This page as a plain text file.
%I A078562 #13 Oct 15 2013 22:31:46
%S A078562 31,61,73,157,271,373,433,607,733,751,1291,1543,1657,1777,1861,1987,
%T A078562 2131,2287,2341,2371,2383,2467,2677,2791,2851,3181,3313,3607,3691,
%U A078562 4441,4507,4723,4993,5407,5431,5521,5563,5641,5683,5851,6037,6211,6571,6961
%N A078562 p, p+6 and p+10 are consecutive primes.
%C A078562 Subsequence of A031924. - _R. J. Mathar_, Jun 15 2013
%H A078562 R. J. Mathar, <a href="/A078562/b078562.txt">Table of n, a(n) for n = 1..1000</a>
%e A078562 Between p and p+10 the difference-pattern is [64] like e.g. for p=31: 31(6)37(4)41.
%t A078562 Transpose[Select[Partition[Prime[Range[1000]],3,1],#[[3]]-#[[1]]==10&&#[[2]]-#[[1]]==6&]][[1]] (* _Harvey P. Dale_, Dec 09 2010 *)
%Y A078562 Cf. analogous inter-prime d-patterns with d<=6: A022004[24], A022005[42], A049437[26], A049438[62], A078561[46], A078562[64], A047948[66].
%K A078562 nonn
%O A078562 1,1
%A A078562 _Labos Elemer_, Dec 10 2002