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!)
A289689 Numbers k such that k!6 - 16 is prime, where k!6 is the sextuple factorial number (A085158). 1
9, 15, 17, 65, 129, 135, 209, 225, 327, 357, 423, 1061, 1143, 3629, 4937, 6713, 33123, 79185, 88323, 89933 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are: 11, 389, 919, 8549258359016359, 17694587964658118355578965371540271859, ...
a(21) > 10^5.
Terms > 17 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6-16.
OpenPFGW Project, Primality Tester
EXAMPLE
17!6 - 16 = 17*11*5 - 16 = 919 is prime, so 17 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[6, 50000], PrimeQ[MultiFactorial[#, 6] - 16] &]
CROSSREFS
Sequence in context: A061838 A037002 A071149 * A316752 A358725 A358576
KEYWORD
nonn,more
AUTHOR
Robert Price, Jul 09 2017
EXTENSIONS
a(18)-a(20) from Robert Price, Aug 03 2018
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 20 10:35 EDT 2024. Contains 371827 sequences. (Running on oeis4.)