which series is the function $\frac{1}{1-6x^2}$ generating?

44 Views Asked by At

which series is the function $\frac{1}{1-6x^2}$ generating? I think it should be $f(n)=6^n$

1

There are 1 best solutions below

0
On BEST ANSWER

$$\frac{1}{1-\alpha}=\sum_{n=0}^\infty \alpha^n$$

is the foundation. Apply with $\alpha=6x^2$ and we get

$$\frac{1}{1-6x^2}=\sum_{n=0}^\infty (6x^2)^n = \sum_{n=0}^\infty 6^n x^{2n}$$

so this corresponds to the sequence $1, 0, 6, 0, 36, \ldots$, or in a formula

$$a_n = \begin{cases} 0 & n \text{ odd }\\ 6^{\frac{n}{2}} & n \text{ even } \end{cases}$$

if you prefer.