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 A076189 #30 Sep 16 2018 04:37:37 %S A076189 0,1,3,5,13,17,25,27,39,45,47,53,177,217,401,637,729,787,843,3407, %T A076189 8835,10283,14061,21951 %N A076189 Numbers k such that k!! + 2^4 is prime. %C A076189 a(25) > 50000. - _Robert Price_, Jan 19 2015 %C A076189 a(1)=0 since 0!!=1 and 1 + 2^4 = 17 is prime. - _Robert Price_, Jan 19 2015 %H A076189 The OpenPFGW Project, <a href="http://www.primeform.net/openpfgw/">Primality Tester</a> %H A076189 Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=n%212%2B2%5E4&action=Search">PRP Records.</a> %p A076189 select(t -> isprime(doublefactorial(t)+16), [$0..1000]); # _Robert Israel_, Jan 19 2015 %t A076189 lst={}; Do[If[PrimeQ[n!!+2^4], AppendTo[lst, n]], {n, 0, 50000}]; lst %Y A076189 Cf. A006882, A080778 and A076185, A076186, A076188, A076190, A076193, A076194, A076195, A076196, A076197 for other values of s in n!! + 2^s. %K A076189 nonn,more %O A076189 1,3 %A A076189 _Zak Seidov_, Nov 02 2002 %E A076189 Edited and extended (n < 4096) by _Hugo Pfoertner_, Jun 19 2003 %E A076189 8835 from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008 %E A076189 a(22)-a(24) from _Robert Price_, Jan 01 2013 %E A076189 a(1)=0 prepended by _Robert Price_, Jan 19 2015