Question: Evaluate $f^{2016}(0)$ for the function $f(x)=x^2 \ln(x+1)$
Background: I know we can use taylor/mclaurin/power series to solve this but these were not teached to me by my teacher and not part of the syllabus so we are required to find the $nth$ derivative and make a suitable observation and hence evaluate the function.
One thing I wasn't sure about was to make a new post or edit my old post asking the part of the question. So if someone could clarify that for me , it would be great for the future.
My attempt (for $n\geq 3$ I have used partial fractions decomposition but I have not showed the working):
$$f^{(0)}(x)=x^2 \ln(x+1)$$
$$f^{(1)}(x)= 2x\ln(x+1) + \frac{x^2}{x+1} $$
$$f^{(2)}(x)=2\ln(x+1) + \frac{4x}{x+1} - \frac{x^2}{(x+1)^2}$$
$$f^{(3)}(x)=\frac{2}{(x+1)}+\frac{2}{(x+1)^2}+\frac{2}{(x+1)^3}$$
$$f^{(4)}(x)=-\frac{2}{(x+1)^2}-\frac{6}{(x+1)^3}-\frac{8}{(x+1)^4} $$
$$f^{(5)}(x)=\frac{4}{(x+1)^3}+\frac{12}{(x+1)^4}+\frac{24}{(x+1)^5}$$
From here I can see that for $n\geq3$ we have:
$$ f^{(n)}(x)=(-1)^{n-1} \left[ \frac{2(n-3)!}{(x+1)^{n-2}} + \frac{2(n-2)!}{(x+1)^{n-1}} + \frac{(n-1)!}{(x+1)^n} \right]$$
(it doesn't work for $n <3$ since we can't have a negative factorial)
Now evaluating this at zero for the $2016$th derivative:
$$ f^{(2016)}(0)=(-1)^{2015} \left[ 2(2013)!+2(2014)!+2015! \right]$$
$$ \Longrightarrow f^{(2016)}(0)=(-1) \left[ 2(2013)!+2(2014)!+2015! \right]$$
Would this be correct?