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!)
A051592 Numbers n such that n!!!!!!-1 is prime. 3
3, 4, 6, 12, 14, 54, 74, 102, 114, 302, 318, 366, 614, 1178, 1188, 3110, 7284, 21432, 21906, 25848, 29882, 38618, 41990, 84510, 86022 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n!!!!!! = n(n-6)(n-12)(n-18)...
The search for multifactorial primes started by Ray Ballinger is now continued by a team of volunteers on the website of Ken Davis (see link).
LINKS
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 1000], PrimeQ[MultiFactorial[#, 6] - 1] & ] (* Robert Price, Apr 19 2019 *)
CROSSREFS
Cf. A085158 (sextuple factorials), A085150.
Sequence in context: A294144 A136243 A250985 * A044843 A293593 A024373
KEYWORD
hard,nonn
AUTHOR
EXTENSIONS
Edited and extended by Hugo Pfoertner, Jun 23 2003
Corrected and extended by Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)