Its in the Chapter for generating Functions but i am not sure, what is the purpose of the exercise, it looks completly random to me. Is there any use in:
$ a_n $ with $ \sum_{k= 0}^{n}a_k*a_{n-k}=1 $ or something like this $ a_n $ with $ \sum_{k= 0}^{n}a_k*a_{n-k}=2 $ or something like this $ a_n $ with $ \sum_{k= 0}^{n}a_k*a_{n-k}=3 $
creating such functions? They don not have to hold at the same time. So Basically i need to find 2 sequences: $ a_n$ with properties $\sum_{k= 0}^{n}a_k*a_{n-k}=1 $
example 1: $$a_k=(1,-1,1,-1,......)$$ $$a_{n-k}=(1,1,1,1,........)$$ The Product: $$a_k*a_{n-k}=(1,-1,1,-1,........)$$ And the Sum must be 1
example 2 $$(1,1,1,1,......,1,1)$$ $$(0,0,0,0,.......,0,1)$$ The Product: $$(0,0,0,0,........,0,1)$$
What is the meaning of this exercice? update: I think i need to find a product of two generating functions with a result sequence (0,...0,1).
From the binomial theorem, we know that $$ \sum_{n=0}^\infty\binom{2n}{n} x^n=\frac{1}{\sqrt{1-4x}} $$ whence $$ \sum_{k=0}^n\binom{2k}{k}\binom{2(n-k)}{n-k}=4^n $$ In particular $$ \sum_{k=0}^n\frac{1}{4^k}\binom{2k}{k}\frac{1}{4^{n-k}}\binom{2(n-k)}{n-k}=1 $$ as desired.