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!)
A288612 Primes of the form k!6+12, where k!6 is the sextuple factorial number (A085158). 1
13, 17, 19, 67, 103, 947, 1741, 21517, 43237, 894930587, 23481740411754637, 606997343490162637, 3312764729596766399944113137, 1140711996797519078728387466887, 815970262367657972299041020065569977629234387, 20881494984250735169104758744498001297509736890637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!6+12.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] + 12, {i, 0, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]+12, {n, 200}], PrimeQ] (* Harvey P. Dale, Aug 19 2022 *)
CROSSREFS
Cf. A288155.
Sequence in context: A105896 A112741 A111380 * A109775 A108560 A274422
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 April 28 17:28 EDT 2024. Contains 372091 sequences. (Running on oeis4.)