login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076195 Numbers k such that k!! + 2^8 is prime. 12
0, 1, 5, 9, 11, 13, 23, 135, 187, 215, 233, 313, 333, 493, 1459, 2753, 2813, 6411, 31191, 38303, 41487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(22) > 50000. - Robert Price, Jan 14 2015
a(1)=0 since 0!!=1 and 1 + 2^8 = 257 is prime. - Robert Price, Jan 14 2015
LINKS
The OpenPFGW Project, Primality Tester
Henri & Renaud Lifchitz, PRP Records.
MATHEMATICA
lst={}; Do[If[PrimeQ[n!!+2^8], AppendTo[lst, n]], {n, 0, 50000}]; lst
CROSSREFS
Cf. A006882, A080778 and A076185, A076186, A076188, A076189, A076190, A076193, A076194, A076196, A076197 for other values of s in n!! + 2^s.
Sequence in context: A287521 A287529 A179383 * A191924 A128310 A314586
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Nov 02 2002
EXTENSIONS
Edited and extended (n < 4096) by Hugo Pfoertner, Jun 19 2003
a(18) from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008
a(1)=0 prepended and a(19)-a(21) from Robert Price, Jan 14 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 9 07:48 EDT 2024. Contains 375027 sequences. (Running on oeis4.)