When I have generating function in form
$$ A(x) = \frac{11x-1}{(1-3x)(1-7x)} $$
I know that the one way to find formula for $ a_n $ is to find partial fraction from this formula and then change this to power series.
But when I have to deal with generating function of integer partition I don't know how I should start.
I have function:
$$ \sum_{n=0}^\infty a_nx^n = (1+x+x^2) \prod_{i=1}^\infty \frac{1}{1-x^{2i+1} }$$
And I have to check if it is true for this function that:
$a_{100}>20 $ or $a_7 = 5$ or $a_n \neq 0$ for $n = 0,1,2...$
I know that $(1+x+x^2) \prod_{i=1}^\infty \frac{1}{1-x^{2i+1} }$ is partition where every element is odd which I can write as: $ (1+x+x^2)*(1+x^3+x^6+x^9+...)*(1+x^5+x^{10}+....)*... $
which I can write as
$ \frac{1-x^3}{1-x}*(\frac{1}{1-x^3}\frac{1}{1-x^5}*...) $
and I don't know what to do later. I think it's wrong thinking, or maybe is here any trick to check it fast.