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!)
A289734 Primes of the form k!6-27, where k!6 is the sextuple factorial number (A085158). 1
13, 197, 613, 13404133, 24663654373, 37455569511954513919973, 448140631309739369262009548799973, 38794993239276710062728555790335999973 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri & Renaud Lifchitz, PRP Records.Search for n!6-27.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] - 27, {i, 9, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]-27, {n, 10, 200}], PrimeQ] (* Harvey P. Dale, Aug 22 2020 *)
CROSSREFS
Cf. A289698.
Sequence in context: A099271 A081796 A140536 * A130549 A361171 A157690
KEYWORD
nonn
AUTHOR
Robert Price, Jul 10 2017
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)