SeriesData::ssdn
An error occurs because a number cannot be used as the variable in a series expansion:
Series[Cos[x], {x, 0, 5}] /. x -> 1A numerical value for the partial series can be computed by first converting the series into an ordinary polynomial:
Normal[Series[Cos[x], {x, 0, 5}]] /. x -> 1