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 A076190 #24 Jul 22 2021 12:09:49 %S A076190 5,7,9,11,15,21,33,41,43,45,67,93,117,327,363 %N A076190 Numbers n such that n!! + 2^5 is prime. %C A076190 a(16) > 50000. - _Robert Price_, Jan 02 2015 %H A076190 The OpenPFGW Project, <a href="http://www.primeform.net/openpfgw/">Primality Tester</a> %t A076190 lst={}; Do[If[PrimeQ[n!!+2^5], AppendTo[lst, n]], {n, 0,50000}]; lst %t A076190 Select[Range[400],PrimeQ[#!!+32]&] (* _Harvey P. Dale_, Jul 22 2021 *) %Y A076190 Cf. A006882, A080778 and A076185, A076186, A076188, A076189, A076193, A076194, A076195, A076196, A076197 for other values of s in n!! + 2^s. %K A076190 nonn,more %O A076190 1,1 %A A076190 _Zak Seidov_, Nov 02 2002 %E A076190 Edited and checked (n<4096) by _Hugo Pfoertner_, Jun 19 2003