I do not know how symbolic programs evaluate series in closed form. But I thought it might be instructive to see one methodology to solve the problem of interest. It is to that end we now proceed.
Note that $\zeta(4)=\sum_{n=1}^\infty\frac{1}{n^4}$. Next, we can write $\zeta(4)$ as
$$\begin{align}
\zeta(4)&=\sum_{n=1}^\infty\frac{1}{n^4}\\\\\
&=\sum_{n=1}^\infty\frac{1}{(2n-1)^4}+\sum_{n=1}^\infty\frac{1}{(2n)^4}\tag 1
\end{align}$$
by pairing even and odd terms. But $\sum_{n=1}^\infty\frac{1}{(2n)^4}=\frac1{16}\zeta(4)$. Using this in $(1)$ and solving for the term of interest reveals
$$\sum_{n=1}^\infty\frac{1}{(2n-1)^4}=\frac{15}{16}\zeta(4)$$
FINDING $\displaystyle \zeta(4)$:
To find $\zeta(4)$, we can use contour integration. Let $f(z)=\frac{\pi \cot(\pi z)}{z^4}$ and $C$ be a circular contour of radius $N+1/2$. Then, we have
$$\begin{align}
\oint_C \frac{\pi \cot(\pi z)}{z^4}\,dz&=2\pi i \sum_{n=-N}^N \text{Res}\left(\frac{\pi \cot(\pi z)}{z^4}, z=n\right)\\\\
&=2\pi i \sum_{|n|\ge 1} \frac1{n^4}+2\pi i \text{Res}\left(\frac{\pi \cot(\pi z)}{z^4}, z=0\right) \tag 2
\end{align}$$
As $N\to \infty$, the integral in $(2)$ approaches $0$. Hence, from $(2) we have
$$\sum_{n=1}^\infty \frac1{n^4}=-\frac12 \text{Res}\left(\frac{\pi \cot(\pi z)}{z^4}, z=0\right) \tag 3$$
EVALUATING THE RESIDUE AT $0$:
Noting that $z=0$ is a fifth-order pole, we could calculate the residue by applying the formula
$$\text{Res}\left(\frac{\pi \cot(\pi z)}{z^4}, z=0\right)=\frac1{4!}\lim_{z\to 0}\frac{d^4 (\pi z \cot(\pi z))}{dz^4}
$$
Rather than pursue this approach, we expand the integrand as
$$\begin{align}
\frac{\pi\cot(\pi z)}{z^4}&= \frac{1-\frac12(\pi z)^2+\frac{1}{24}(\pi z)^4+O(z^6)}{ z^5\left(1-\frac16 (\pi z)^2+\frac{1}{120}(\pi z)^4+O(z^6)\right)}\\\\
&=\frac{1}{z^5}\left(1-\frac12(\pi z)^2+\frac{1}{24}(\pi z)^4+O(z^6)\right)\left(1+\frac16 (\pi z)^2+\frac{7}{360}(\pi z)^4+O(z^6)\right)
\end{align}$$
The residue is the coefficient on the term $z^{-1}$. Therefore,
$$\text{Res}\left(\frac{\pi \cot(\pi z)}{z^4}, z=0\right)=\left(-\frac1{12}+\frac{1}{24}+\frac{1}{360}\right)\,\pi^4=-\frac{\pi^4}{45} \tag 4$$
Using $(4)$ in $(3)$ we find that $\zeta(4)=\frac{\pi^4}{90}$. And finally, we have
$$\sum_{n=1}^\infty\frac{1}{(2n-1)^4}=\frac{\pi^4}{96}$$
And we are done!