The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A329112 Numbers k such that k![4] - 8 is prime, where k![4] = A007662(k) = quadruple factorial. 0
7, 9, 11, 13, 15, 19, 21, 23, 29, 35, 37, 55, 57, 77, 85, 139, 243, 251, 433, 667, 671, 895, 2127, 2263, 2293, 2645, 2733, 2845, 3675, 4381, 6453, 6825, 36557, 78531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(35) > 10^5.
The first 6 primes associated with this sequence are: 13, 37, 223, 577, 3457, 65827.
LINKS
C. K. Caldwell, The Prime Glossary, multifactorial prime
C. Caldwell and H. Dubner (Eds): The top ten prime numbers: from the unpublished collections of R. Ondrejka (May 2001), Table 21 F, p. 75
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[1000], (x = MultiFactorial[#, 4] - 8; x > 0 && PrimeQ[x]) &]
CROSSREFS
Sequence in context: A059808 A020742 A193071 * A347886 A023389 A248963
KEYWORD
nonn
AUTHOR
Robert Price, Nov 06 2019
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 June 11 00:13 EDT 2024. Contains 373283 sequences. (Running on oeis4.)