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 A076188 #22 May 28 2021 17:43:37 %S A076188 3,5,7,9,15,17,25,41,63,79,91,103,299,341,431,445,465,519,1251,2469, %T A076188 2507,2549,6817,8519,18983,38715 %N A076188 Numbers k such that k!! + 2^3 is prime. %C A076188 a(27) > 50000. - _Robert Price_, Jan 06 2015 %H A076188 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=n%212%2B2%5E3">PRP Records.</a> %H A076188 OpenPFGW Project, <a href="http://www.primeform.net/openpfgw/">Primality Tester</a> %t A076188 lst={}; Do[If[PrimeQ[n!!+2^3], AppendTo[lst, n]], {n, 0, 50000}]; lst %t A076188 Select[Range[40000],PrimeQ[#!!+8]&] (* _Harvey P. Dale_, May 28 2021 *) %Y A076188 Cf. A006882, A080778 and A076185, A076186, A076189, A076190, A076193, A076194, A076195, A076196, A076197 for other values of s in n!!+2^s. %K A076188 nonn,more %O A076188 1,1 %A A076188 _Zak Seidov_, Nov 02 2002 %E A076188 Edited and extended (n<4096) by _Hugo Pfoertner_, Jun 19 2003 %E A076188 More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008 %E A076188 a(25) from _Robert Price_, Nov 01 2012 %E A076188 a(26) from _Robert Price_, Jan 06 2015