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.
%I A194430 #10 Sep 07 2022 22:28:02 %S A194430 66122,139708,218911,274680,275951,390998,464062,542493,599248,674526, %T A194430 726567,761851,777592,797312,868518,899766,921381,953983,1004547, %U A194430 1040377,1071537,1141977,1209861,1259061,1277086,1376176,1391747,1406978,1467815 %N A194430 Integers m such that 6m+1 and 6m+101 are two consecutive primes. %H A194430 Zak Seidov, <a href="/A194430/b194430.txt">Table of n, a(n) for n = 1..3892</a> %F A194430 a(n) = (A050434(n)-1)/6. %o A194430 (PARI){for(n=1,10^6,if(isprime(p=6*n+1)&&nextprime(p+2)==p+100,print1(n", ")))} %Y A194430 Cf. A050434. %K A194430 nonn %O A194430 1,1 %A A194430 _Zak Seidov_, Dec 21 2012