Skip to content

Instantly share code, notes, and snippets.

@Hermann-SW
Created November 21, 2022 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hermann-SW/456629d4e37bd755661cd8cef96c2754 to your computer and use it in GitHub Desktop.
Save Hermann-SW/456629d4e37bd755661cd8cef96c2754 to your computer and use it in GitHub Desktop.
Factorial, powers and odd numbers …
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{eqnarray*}
(2^n)! \cdot 2 & =& 2^{2^n} \cdot \prod_{j=1}^{n-1} \enspace \prod_{i=2^{n-j-1}+1}^{2^{n-j}}(2i-1)^{j} \\
\end{eqnarray*}
\end{document}
@Hermann-SW
Copy link
Author

Hermann-SW commented Nov 21, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment