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!)
A290116 Primes of the form k! / 2 - 1. 1

%I #15 Jul 22 2017 10:08:03

%S 2,11,59,359,181439,4111419327088961408862781439999999,

%T 16726263306581903554085031026720375832575999999999

%N Primes of the form k! / 2 - 1.

%H Robert Price, <a href="/A290116/b290116.txt">Table of n, a(n) for n = 1..7</a>

%H Joe McLean, <a href="http://web.archive.org/web/20091027034731/http://uk.geocities.com/nassarawa%40btinternet.com/probprim2.htm">Interesting Sources of Probable Primes</a>

%H OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a>

%F a = (A082671(n)!-2)/2.

%e 6! / 2 - 1 = 359, which is prime, so 359 is in the sequence.

%e 7! / 2 - 1 = 2519 = 11 * 229, so 2519 is not in the sequence.

%t Select[Table[k! / 2 - 1, {k, 2, 100}], PrimeQ[#]&]

%Y Cf. A082671, A139172.

%K nonn

%O 1,1

%A _Robert Price_, Jul 19 2017

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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)