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!)
A329175 Numbers k such that k![4] - 64 is prime, where k![4] = A007662(k) = quadruple factorial. 0
11, 13, 41, 45, 59, 85, 141, 283, 357, 419, 713, 1149, 1353, 1537, 1669, 2353, 2389, 2543, 5147, 5279, 12801, 30035, 39421, 46969, 61077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(26) > 10^5.
The first 3 primes associated with this sequence are: 167, 521, 7579867420061.
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] - 64; x > 0 && PrimeQ[x]) &]
CROSSREFS
Sequence in context: A230665 A132238 A132241 * A045467 A108264 A023268
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)