A168099 a(n) = number of natural numbers m such that n - 9 <= m <= n + 9.
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19
Offset: 0
Keywords
Links
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
CoefficientList[Series[(9 - 8*x - x^11)/(1 - x)^2, {x, 0, 25}], x] (* G. C. Greubel, Jul 12 2016 *)
Formula
G.f.: (9 - 8*x - x^11)/(1 - x)^2. - G. C. Greubel, Jul 12 2016
Comments