I came across this generating function
$$\frac{1}{ \sqrt{1-12x+4x^2 } }$$
How exactly does one expand this series? I have read through some notes, it seems like we need to factorize the denominator, but it doesn't look like this one can be factorized?
By the generalized Binomial theorem,
$$ \frac{1}{\sqrt{1+y}} =1-\frac{1}{2}y+\frac{3}{8}y^2-\frac{5}{16}y^3+\frac{35}{128}y^4-\frac{63}{256}y^5+\dots $$
Substitute $y=4x^2-12x$, expand and gather terms to get
$$ \frac{1}{ \sqrt{1-12x+4x^2 } }=1+6 x+52 x^2+504 x^3+5136 x^4+53856 x^5+\dots $$
Aside: a commenter pointed out that the coefficients of this series form a sequence with various interpretations: https://oeis.org/A084773.