cp's OEIS Frontend

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.

A076196 Numbers k such that k!! + 2^9 is prime.

This page as a plain text file.
%I A076196 #29 Jul 20 2019 08:07:01
%S A076196 7,13,15,19,25,133,135,199,223,297,299,511,15263,16491,18967,32455
%N A076196 Numbers k such that k!! + 2^9 is prime.
%C A076196 a(17) > 50000. - _Robert Price_, Feb 15 2015
%H A076196 The OpenPFGW Project, <a href="http://www.primeform.net/openpfgw/">Primality Tester</a>
%t A076196 lst={};Do[If[PrimeQ[n!!+2^9], (*Print[n];*)AppendTo[lst, n]], {n, 6!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Aug 26 2008 *)
%t A076196 Select[Range[33000],PrimeQ[#!!+2^9]&] (* _Harvey P. Dale_, Mar 29 2019 *)
%Y A076196 Cf. A006882.
%Y A076196 Numbers k such that k!! + 2^s is prime: A080778 (s=0), A076185 (s=1), A076186 (s=2), A076188 (s=3), A076189 (s=4), A076190 (s=5), A076193 (s=6), A076194 (s=7), A076195 (s=8), A076197 (s=10).
%K A076196 nonn,more
%O A076196 1,1
%A A076196 _Zak Seidov_, Nov 02 2002
%E A076196 Edited and extended (n < 4096) by _Hugo Pfoertner_, Jun 19 2003
%E A076196 a(13)-a(15) from _Robert Price_, Feb 25 2013
%E A076196 a(16) from _Robert Price_, Feb 15 2015