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 A288611 #7 Jun 11 2017 20:56:24 %S A288611 11,13,8513,623653,894930583,8549258359016383, %T A288611 235688987204434958925489124744024850191208400552711361516202496964312102763671883, %U A288611 3455904336175896542411549854057588080710499447187965811860796717973635798288665212915137252930364990234383 %N A288611 Primes of the form k!6+8, where k!6 is the sextuple factorial number (A085158). %H A288611 Robert Price, <a href="/A288611/b288611.txt">Table of n, a(n) for n = 1..10</a> %H A288611 Henri& Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=n6+8&action=Search">PRP Records.Search for n!6+8.</a> %H A288611 Joe McLean, <a href="http://web.archive.org/web/20091027034731/http://uk.geocities.com/nassarawa%40btinternet.com/probprim2.htm">Interesting Sources of Probable Primes</a> %H A288611 OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a> %t A288611 MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]]; %t A288611 Select[Table[MultiFactorial[i, 6] + 8, {i, 0, 100}], PrimeQ[#]&] %Y A288611 Cf. A288152. %K A288611 nonn %O A288611 1,1 %A A288611 _Robert Price_, Jun 11 2017