Let $L_n$ be given by: $$L_n(x)=\frac{(1-x^2)^n}{c_n}\chi_{[-1,1]}(x)$$ Such that $c_n$ is chosen to satisfy $\int L_n(x)dx=1$. Prove $L_n$ is a sequence of good Kernels.
I have proved it is equivalent to calculating a limit, so you may skip to the last statement I wrote if you wish. If you think there is an easier upper bound I would like to see that too.
We need to verify
$\int L_n(x)dx=1$, but this is clear from the definition of $c_n$.
$\int |L_n(x)|dx<\infty$, but this is also clear due to the fact $L_n(x)=|L_n(x)|$.
For every $\delta>0$, we have $\int_{|x|\geq \delta } |L_n|dx\xrightarrow[]{n} 0$.
So we only need to show the third property. At first I computed $c_n$ explicitly:
$$\int_{-1}^1 (1-x)^n(1+x)^n dx\stackrel{v=(1+x)/2}{=}\int_0^1 2^{2n+1}(1-v)^nv^ndv=2^{2n+1}\mathcal{B}(n+1,n+1)=2^{2n+1}\frac{\Gamma(n+1)\Gamma(n+1)}{\Gamma(2n+2)}$$ $$\therefore c_n=\frac{(2n+1)!}{(n!)^2 2^{2n+1}}$$
With this it is clear that:
$$\int_{|x|\geq \delta}L_n(x)dx=2\int_\delta^1\frac{(1-x^2)^n}{c_n} dx \leq 2\frac{(1-\delta^2)^n(1-\delta)(n!)^22^{2n+1}}{(2n+1)!}$$
I am not really sure how to show this goes to zero in $n$. But it seems like it really does as one can see below.
Summarizing things we only need to show that for every $0<\delta<1$:
$$2\frac{(1-\delta^2)^n(1-\delta)(n!)^22^{2n+1}}{(2n+1)!}\xrightarrow[]{n\rightarrow \infty} 0$$

We can prove $c_n>\frac{1}{\sqrt{n}}$first:$$ c_n=\int^{1}_{-1}(1-x^2)^ndx\geq2\int^{\frac{1}{\sqrt{n}}}_0(1-x^2)^ndx\geq 2\int^{\frac{1}{\sqrt{n}}}_0(1-nx^2)dx=\frac{4}{3\sqrt{n}}>\frac{1}{\sqrt{n}}.$$ The reason for changing the integral bounds is that we want $(1-nx^2) $ be positive.
Then it's easy to get: $$\int_{\delta\leq|x|\leq1}c_n(1-x^2)^ndx\leq \int_{\delta\leq|x|\leq1}\sqrt{n}(1-x^2)^ndx\leq \int_{\delta\leq|x|\leq1}\sqrt{n}(1-\delta^2)^ndx\leq \int_{|x|\leq1}\sqrt{n}(1-\delta^2)^ndx=\sqrt{n}(1-\delta^2)^n \rightarrow0.$$