Due to an internet filter, I am unable to post the solution to the nth derivative problem in that thread. So I am posting it here. Please bear with me.
By coincidence this qn has been asked in another forum at about the same tim. And of course I referred this link to them. So now a nice loop has been created!
@someone who nudged me:
In many cases, nth derivative is easily computed using the Taylor series, because it forms part of the coefficient of xn in that series
You have already encountered this series, as the polynomial expansion for many functions such as sinx, cosx, logx, e^x etc.
e.g. sinx = x-x3/3! + x5/5!+.. is nothing but an application of Taylor series.
You can verify each term of the expression easily.
That is why in this problem taylor series is useful.
The variable change x=y+1 is done so that the derivative has to be found for y=0. The left hand-side becomes easy to handle then.