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 A288304 #5 Jun 07 2017 19:16:59 %S A288304 11,13,233,394249,13404169,24663654409,311607296009,1282510028809, %T A288304 37455569511954513920009,1717927167842495286476800009, %U A288304 182100279791304500366540800009,131285558488477016219820351299780608000009,453537748960814664854433903259753397239152640000009 %N A288304 Primes of the form k!6+9, where k!6 is the sextuple factorial number (A085158). %H A288304 Robert Price, <a href="/A288304/b288304.txt">Table of n, a(n) for n = 1..19</a> %H A288304 Henri& Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=n6+9&action=Search">PRP Records.Search for n!6+9.</a> %H A288304 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 A288304 OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a> %t A288304 MultiFactorial[n_,k_]:=If[n<1,1,n*MultiFactorial[n-k,k]]; %t A288304 Select[Table[MultiFactorial[i,6]+9, {i,0,100}], PrimeQ[#]&] %Y A288304 Cf. A288154. %K A288304 nonn %O A288304 1,1 %A A288304 _Robert Price_, Jun 07 2017