There is always ambiguity about the "$...$", and unless it is specified that your given sequence satisfies a formula or recurrence, you cannot assume that any seemingly apparent patterns will continue. I am assuming that this sequence does satisfy a simple formula.
As you noticed, it seems that
$$a_{2n+1}=\frac{2^n}{2n+1},\qquad n\ge0$$
and similarly
$$a_0=0,\qquad a_{2n}=\frac{2^{n-1}}{2n},\qquad n\ge1.$$
So then the generating function for $a_n$ defined as $A(x)=\sum_{n\ge0}a_nx^n$ reduces to $A(x)=\sum_{n\ge1}a_nx^n,$ as the term $a_0$ vanishes.
Noting that $a_n<2^{n/2}/n$ for all $n\ge1$, we have that $|x|<1/\sqrt2$ ensures the absolute convergence of $A(x)$. Absolute convergence of $A(x)$ in turn justifies the following algebraic manipulations.
$$\begin{align}
A(x)&=\sum_{n\ge1}a_nx^n\\
&=\sum_{n\ge1}(a_{2n-1}x^{2n-1}+a_{2n}x^{2n})\\
&=\sum_{n\ge0}a_{2n+1}x^{2n+1}+\sum_{n\ge1}a_{2n}x^{2n}\\
&=\sum_{n\ge0}\frac{2^{n}}{2n+1}x^{2n+1}+\sum_{n\ge1}\frac{2^{n-1}}{2n}x^{2n}\\
&=\frac{1}{\sqrt{2}}\sum_{n\ge0}\frac{(x\sqrt2)^{2n+1}}{2n+1}+\frac14\sum_{n\ge1}\frac{(2x^2)^{n}}{n}.
\end{align}$$
To evaluate these series in closed form, consider the geometric series
$$\sum_{n\ge0}t^n=\frac{1}{1-t},$$
which converges absolutely for $|t|<1$.
Integrating both sides over $t\in[0,x]$ for $|x|<1$,
$$\sum_{n\ge1}\frac{x^n}{n}=-\log(1-x).$$
Splitting the sum into even and odd parts,
$$\sum_{n\ge0}\frac{x^{2n+1}}{2n+1}=-\log(1-x)-\frac{1}{2}\sum_{n\ge1}\frac{x^{2n}}{n}=-\log(1-x)+\frac12\log(1-x^2).$$
Thus,
$$A(x)=\frac{1}{\sqrt2}\left(\frac12\log(1-2x^2)-\log(1-x\sqrt2)\right)-\frac{1}{4}\log(1-2x^2),$$
which is
$$A(x)=\frac{\sqrt2-1}{4}\log(1-2x^2)-\frac{1}{\sqrt2}\log(1-x\sqrt2).$$