I've been trying to answer another question, and as a part of the solution encountered the following series:
$$S_q(x)=\sum_{k=0}^\infty \frac{x^{2 k+1}}{(2k+1) \Gamma (\frac{2k+1}{q})}$$
Where $q=1,2,3,4,\ldots$.
For $q=1$ and $q=2$ the closed form is trivial, however, for $q \geq 3$ it becomes harder and harder to find.
I would like to know the general form, which should look something like this:
$$S_q(x)= \sum_{n=1}^q F_n(x)$$ Where $F_n(x)$ is a hypergeometric function, possibly multiplied by some factors.
Expressing:
$$2k+1=qm+n$$
We have:
$$\sum_{m=0}^\infty \frac{x^{qm+n}}{(qm+n) \Gamma (m+\frac{n}{q})}= \frac{x^n}{n \Gamma(\frac{n}{q})} {_1 F_1} \left(1; 1+ \frac{n}{q}; x^q \right)$$
And the series in general should reduce to a finite sum of such terms, but I don't know how to correctly describe all the possible choices of $n$ for a particular $q$.
First, multiply by $q$ to simplify the denominator:
$$qS_q(x)=\sum_{k=0}^\infty\frac{x^{2k+1}}{\Gamma\left[\frac{2k+q+1}q\right]}$$
If all you want is hypergeometric functions, then just look at the ratio between terms. Let $k=qm+n$ and $a_{m+1}/a_m$:
$$\frac{x^{2qm+2n+2q+1}}{\Gamma\left[\frac{2qm+2n+3q+1}q\right]}\div\frac{\Gamma\left[\frac{2qm+2n+q+1}q\right]}{x^{2qm+2n+1}}=\frac{q^2x^{2q}}{(2qm+2n+q+1)(2qm+2n+2q+1)}$$
Hence we have
$$qS_q(x)=\sum_{n=0}^{q-1}\frac{x^{2n+1}}{\Gamma\left[\frac{2n+q+1}q\right]}{}_1F_2\left(1;\frac{2n+q+1}{2q},\frac{2n+2q+1}{2q};\frac14x^{2q}\right)$$
In the case that $q$ is even, less terms are needed:
$$2qS_{2q}(x)=\sum_{n=0}^{q-1}\frac{x^{2n+1}}{\Gamma\left[\frac{2n+2q+1}{2q}\right]}{}_1F_1\left(1;\frac{2n+2q+1}{2q};\frac12x^q\right)$$