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

%I #10 Jul 22 2017 10:08:21

%S 5,29,179,1259,10079,907199,326918591999,1600593426431999,

%T 6463004184721244159999

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

%H Robert Price, <a href="/A290117/b290117.txt">Table of n, a(n) for n = 1..9</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(n) = (A139199(n)!-4)/4.

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

%Y Cf. A139174, A139199.

%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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)