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!)
A288613 Primes of the form k!6+16, where k!6 is the sextuple factorial number (A085158). 1
17, 19, 23, 43, 71, 107, 421, 8521, 21521, 21827591, 49579091, 295540261, 42061737041, 104463111041, 131527051677191, 9531467484069295223586105103141, 1115181695636107541159574297065641, 20881494984250735169104758744498001297509736890641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!6+16.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] + 16, {i, 0, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]+16, {n, 200}], PrimeQ] (* Harvey P. Dale, Sep 26 2023 *)
CROSSREFS
Cf. A288444.
Sequence in context: A102325 A231326 A038711 * A154881 A226684 A334287
KEYWORD
nonn
AUTHOR
Robert Price, Jun 11 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 May 14 11:01 EDT 2024. Contains 372532 sequences. (Running on oeis4.)