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!)
A287844 Numbers k such that k!6 + 3 is prime, where k!6 is the sextuple factorial number (A085158 ). 1
2, 4, 8, 10, 14, 16, 20, 22, 26, 34, 70, 164, 346, 398, 902, 938, 1426, 1682, 1928, 3596, 3796, 15058, 25654, 37330 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are: 5, 7, 19, 43, 227, 643, 4483, 14083, 116483, 13404163, ...
a(25) > 50000.
Terms > 34 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6+3.
OpenPFGW Project, Primality Tester
EXAMPLE
10!6 + 3 = 10*4 + 3 = 43 is prime, so 10 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 3] &]
CROSSREFS
Sequence in context: A047235 A328588 A356435 * A219696 A087505 A086801
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 01 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 July 7 20:24 EDT 2024. Contains 374115 sequences. (Running on oeis4.)