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.

A035792 Start of a string of exactly 4 consecutive (but disjoint) pairs of twin primes.

This page as a plain text file.
%I A035792 #21 Jun 24 2022 04:41:44
%S A035792 9419,62969,72221,392261,495569,663569,1006301,1138367,1159187,
%T A035792 1173539,1322147,2144477,2168651,2502341,2668217,3020999,3215711,
%U A035792 3664679,4890857,5248079,5261699,5532269,5561597,5651729,5787317,6256727
%N A035792 Start of a string of exactly 4 consecutive (but disjoint) pairs of twin primes.
%D A035792 Posting to Number Theory List (NMBRTHRY(AT)LISTSERV.NODAK.EDU), Nov. 19 1998.
%H A035792 Sebastian Petzelberger, <a href="/A035792/b035792.txt">Table of n, a(n) for n = 1..10000</a>
%t A035792 Prime[Select[Range[1000000], Prime[ # + 1] - Prime[ # ] == 2 && Prime[ # + 3] - Prime[ # + 2] == 2 && Prime[ # + 5] - Prime[ # + 4] == 2 && Prime[ # + 7] - Prime[ # + 6] == 2 &]] (* _Tanya Khovanova_, Sep 07 2007 *)
%Y A035792 The first term of this sequence is in A087641.
%Y A035792 Cf. A001359, A035789, A035790, A035791, A035792, A035793, A035794, A035795.
%K A035792 nonn
%O A035792 1,1
%A A035792 _Randall L Rathbun_
%E A035792 a(11)-a(26) from _Hugo Pfoertner_, Sep 16 2003