I am a second year IB Mathematics HL student and I am trying to figure out how to write the equation for the following sequence:
1×3×5×...×(2n-1)
I’m pretty sure it involves factorials, but (2n-1)! doesn’t work, and neither does 2(n!)-1, obviously.
If you know how to do this or can suggest another approach, I would really appreciate your help! Thank you!
You have a notation for the multifactorials, which takes into account only one factor on $k$.
For instance, the double factorial is defined recursively by the relation $$\begin{cases}n!!= 1&\text{if }-2<n\le 0,\\ n\cdot (n-2)!!&\text{if } n>0.\end{cases} $$ Thus, $$(2n-1)!!=1\cdot 3 \cdot 5\cdots (2n-1),\qquad (2n)!!=2\cdot 4\cdot6\cdots 2n.$$
Also, note that $ \; n!=n!! \, (n-1)!!$.
Similarly, you have a triple factorial, defined by $$n!!!=\begin{cases} 1&\text{if }-3<n\le 0,\\ n\cdot (n-3)!!!&\text{if } n>0.\end{cases} $$