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!)
A288154 Numbers k such that k!6 + 9 is prime, where k!6 is the sextuple factorial number (A085158 ). 1
2, 4, 14, 28, 34, 46, 50, 52, 86, 100, 106, 140, 166, 170, 208, 242, 338, 344, 412, 1360, 2024, 2948, 3650, 5608, 5744, 7618, 8410, 8834, 11872, 12514, 13636, 18742, 20846, 29750, 31312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are: 11, 13, 233, 394249, 13404169, 24663654409, 311607296009, ...
a(36) > 50000.
Terms > 50 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6+9.
OpenPFGW Project, Primality Tester
EXAMPLE
14!6 + 9 = 14*8*2 + 9 = 233 is prime, so 14 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 9] &]
CROSSREFS
Sequence in context: A036051 A115626 A116021 * A283353 A323656 A338740
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 05 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 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)