What is a generating function?
In the answer to this question this series comes up.
Its generating function is $$A(x) = \sum_{k\ge0} \frac{x^{4^k}}{1-x^{4^k}}$$
Which I took to mean the $x$th element of the series is given by $A(x)$
I guess that is not the case. I tried to read the definition of a generating function but it's all Greek to me. Is it simply that $A(x)$ sums to the next possible value in the series, but may not necessarily converge to a value?
In your example, it means $$ \sum_{k=0}^\infty \frac{x^{4^k}}{1-x^{4^k}} = \sum_{n=0}^\infty a_n x^n $$ where $(a_n)$ is the sequence of interest. The function $A(x)$ is the "generating function" for the sequence $(a_n)$.
added
Expanding, we get $$ A(x) = x+{x}^{2}+{x}^{3}+2\,{x}^{4}+{x}^{5}+{x}^{6}+{x}^{7}+2\,{x}^{8}+{x}^{ 9}+{x}^{10}+{x}^{11}+2{x}^{12}+{x}^{13}+{x}^{14}+{x}^{15}+3{x}^{16 }+{x}^{17}+{x}^{18}+{x}^{19}+2{x}^{20}+{x}^{21}+{x}^{22}+{x}^{23}+2 {x}^{24}+\dots $$ So, for example, $a_{20} = 2$ means that $2$ the coefficient of $x^{20}$. Summing the series is not involved.