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!)
A288446 Numbers k such that k!6 + 24 is prime, where k!6 is the sextuple factorial number (A085158 ). 1
5, 7, 11, 19, 23, 29, 53, 67, 71, 79, 109, 121, 275, 707, 725, 1345, 1961, 2221, 2477, 2765, 5557, 5779, 7423, 11587, 22495, 25063, 28795, 43783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are: 29, 31, 79, 1753, 21529, 623669, 2229272062349, ...
a(29) > 50000.
Terms > 29 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6+24.
OpenPFGW Project, Primality Tester
EXAMPLE
11!6 + 24 = 11*5 + 24 = 79 is prime, so 11 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 24] &]
CROSSREFS
Sequence in context: A118386 A240849 A116641 * A213981 A273048 A240621
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 09 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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)