Title: partial fraction decomposition of
$$ \frac{x^n}{(x-1)(x-3)(x-5)\cdots(x-(2n-1))} $$
Body
I am working on decomposing the following rational function into partial fractions
$$ \frac{x^n}{(x-1)(x-3)(x-5)\cdots(x-(2n-1))}.$$
The denominator is a product of $ n $ odd linear factors $ (x-1), (x-3), \dots, (x-(2n-1)) $, and the numerator is $ x^n $. I want to express this as a sum of partial fractions in the form
$$ \frac{x^n}{(x-1)(x-3)(x-5)\cdots(x-(2n-1))} = \sum_{k \in \{1, 3, 5, \ldots, 2n-1\}} \frac{A_k}{x-k},$$
where $ A_k $ are constants to be determined. Using the standard method, I know that
$$ A_k = \frac{k^n}{\prod\limits_{\substack{j \neq k \\ j \in \{1, 3, 5, \ldots, 2n-1\}}} (k-j)}.$$
Given the structure of the denominator with odd factors, I am curious:
Can this formula for $A_k$ be simplified further by leveraging the fact that all terms in the denominator are odd?
Are there patterns or a recurrence relation that can be derived for $A_k$?
Is there an alternative method for tackling this decomposition efficiently, especially for large $n$?
Any help in deriving a more explicit or simplified relationship for $A_k $ would be greatly appreciated! The following part of the problem is as follows.
Deduce the relation: $$\sum_{k=0}^n (-1)^k (2k + 1)^n \binom{n}{k} = (-1)^n 2^n n!, \quad \forall n \in \mathbb{N}$$