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!)
A308168 Numbers m that cannot be represented as a k-tuple factorial b!k for any b and k < m-1. 2

%I #39 Feb 06 2020 12:19:56

%S 3,4,5,7,9,11,13,17,19,23,25,29,31,35,37,41,43,47,49,53,59,61,67,71,

%T 73,77,79,83,89,97,101,103,107,109,113,121,127,131,137,139,143,149,

%U 151,157,163,167,169,173,179,181,187,191,193,197,199,211,221,223,227,229,233,239,241,247,251,257,263

%N Numbers m that cannot be represented as a k-tuple factorial b!k for any b and k < m-1.

%C If k >= m-1, then every number can be represented as a multifactorial: m = m!k.

%C The sequence contains only primes and numbers of the form p*q, where p and q are both prime and satisfy the inequalities p >= q and p-q < q-1.

%C Proof: If m has exactly two prime factors p and q (p > q), but p and q do not satisfy the second inequality, then m = p!(p-q). If, on the other hand, m has at least three factors a, b and c, (a >= b >= c > 1, m = a*b*c), then a*b-c > c-1, so m = (a*b)!(a*b-c).

%C Moreover, the sequence contains all numbers of that form. Proof: If they could be represented as a multifactorial, then it would be a (p-q)-tuple factorial. But as the second inequality is true, q-(p-q) is positive, therefore q-(p-q) should also divide m. But m has only two prime factors p and q, so the assumption is wrong and sequence indeed contains all numbers of that form.

%C 1 and 2 are not in the sequence, because (-1)- and 0-tuple factorials are not defined.

%C Squarefree semiprimes that are in this sequence (35, 77, 143, 187, 209, 221, ...) are all in A259282 and they are the only semiprimes there. (See the Echi and Ghanmi reference for a proof.) - _Elijah Beregovsky_, Feb 05 2020

%H O. Echi, N. Ghanmi, <a href="https://www.researchgate.net/publication/267677588_The_Korselt_set_of_pq">The Korselt set of pq</a>, International Journal of Number Theory, Vol. 8 (2012), 2, 299-309.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Multifactorial.html">Multifactorial</a>

%e 15 is not in the sequence because 15 = 1*3*5 = 5!!.

%e 35 is in the sequence because 35 = 7*5 and 7-5 < 5-1.

%Y Cf. A129116, A259282.

%K nonn,easy

%O 1,1

%A _Elijah Beregovsky_, May 15 2019

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 August 9 09:08 EDT 2024. Contains 375035 sequences. (Running on oeis4.)