In section 5.3 of Concrete Mathematics, on the bottom of page 192, "A special case of the rule (5.45) we've just derived for Newton's series can be rewritten in the following way:" (this is 5.48)
$g(n) = \displaystyle\sum\limits_{k}^{} \binom{n}{k}(-1)^kf(k) \iff f(n) = \displaystyle\sum\limits_{k}^{} \binom{n}{k}(-1)^kg(k)$
5.45 is:
$g(a+x) = \displaystyle\frac{g(a)}{0!}x^\underline 0 + \displaystyle\frac{\Delta g(a)}{1!}x^\underline 1 + \displaystyle\frac{\Delta^2 g(a)}{2!}x^\underline 2 +\ldots$
I can understand each part individually but I cannot understand why the first one is a special case of the second one. Can someone explain the connection to me?
The second equation (5.45 not 5.48--a typo in your question) in only slightly different form is $$ g(a+x) = \sum_{k\ge 0} \binom{x}{k}\Delta^k g(k)$$ If we have $a=0$, $n=x$ and for some $f$ $$ \Delta^k g(x) = (-1)^k f(k)$$ (which I believe is the special case the authors means) then we have that $$g(n) = \sum_{k\ge 0} \binom{n}{k}(-1)^k f(k)$$