SeriesCoefficient

WMA link


SeriesCoefficient[series, n]

Find the nth coefficient in the given series.

SeriesCoefficient[f, {x, $x_0$, n}]

Find the (x-$x_0$)^n in the expansion of f about the point x=$x_0$.

First we list 5 terms of a series:

Now get the x^4 coefficient:

Do the same thing, but without calling Series first:

See also Series and SeriesData.

Series
SeriesData