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 A054832 #8 Feb 22 2020 13:51:43 %S A054832 2939,13499,13921,14983,15401,15413,21433,21577,21893,28297,30911, %T A054832 33247,35617,37747,42257,42611,45841,55681,64693,64951,64969,68227, %U A054832 68239,68917,68927,73973,74231,78623,83137,85549,87359,88037,90947 %N A054832 Fifth term of weak prime sextet: p(m-3)-p(m-4) < p(m-2)-p(m-3) < p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m). %H A054832 Harvey P. Dale, <a href="/A054832/b054832.txt">Table of n, a(n) for n = 1..1000</a> %t A054832 Select[Partition[Prime[Range[8800]],6,1],Min[Differences[#,2]]>0&][[All,5]] (* _Harvey P. Dale_, Feb 22 2020 *) %Y A054832 Cf. A051635, A054800-A054840. %K A054832 nonn %O A054832 1,1 %A A054832 _Henry Bottomley_, Apr 10 2000