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!)
A329183 Numbers k such that k![4] - 512 is prime, where k![4] = A007662(k) = quadruple factorial. 0
13, 15, 17, 19, 21, 23, 25, 35, 39, 47, 67, 71, 89, 93, 113, 153, 163, 185, 201, 267, 427, 491, 871, 1645, 3075, 3351, 3435, 5385, 7893, 10649, 15597, 44641, 50039, 57269, 67647, 83061, 89717 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(38) > 10^5.
The first 5 primes associated with this sequence are: 73, 2953, 9433, 65323, 208333.
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] - 512; x > 0 && PrimeQ[x]) &]
CROSSREFS
Sequence in context: A180642 A176717 A070603 * A302440 A031060 A120129
KEYWORD
nonn
AUTHOR
Robert Price, Nov 07 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 May 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)