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!)
A289550 Primes of the form k!6-4, where k!6 is the sextuple factorial number (A085158). 1
2, 3, 23, 401, 8501, 229631, 623641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to display.
The next term (a(8)) has 113 digits. - Harvey P. Dale, Dec 09 2020
LINKS
Henri & Renaud Lifchitz, PRP Records.Search for n!6-4.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] - 4, {i, 4, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]-4, {n, 3, 100}], PrimeQ] (* Harvey P. Dale, Dec 09 2020 *)
CROSSREFS
Cf. A289547.
Sequence in context: A064888 A104458 A191859 * A154553 A160341 A092388
KEYWORD
nonn
AUTHOR
Robert Price, Jul 07 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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)