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!)
A289729 Primes of the form k!6-9, where k!6 is the sextuple factorial number (A085158). 1
7, 31, 631, 14071, 116471, 24663654391, 1282510028791, 17450008575991, 333247405883391991, 5444123475574783991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri & Renaud Lifchitz, PRP Records.Search for n!6-9.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] - 9, {i, 8, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]-9, {n, 8, 100}], PrimeQ] (* Harvey P. Dale, Aug 21 2023 *)
CROSSREFS
Cf. A289687.
Sequence in context: A139287 A139307 A197451 * A197301 A280038 A253640
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 23 12:55 EDT 2024. Contains 371913 sequences. (Running on oeis4.)