cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A299335 Expansion of 1 / ((1 - x)^7*(1 + x)^2).

This page as a plain text file.
%I A299335 #13 Feb 13 2018 04:09:11
%S A299335 1,5,17,45,103,211,399,707,1190,1918,2982,4494,6594,9450,13266,18282,
%T A299335 24783,33099,43615,56771,73073,93093,117481,146965,182364,224588,
%U A299335 274652,333676,402900,483684,577524,686052,811053,954465,1118397,1305129,1517131,1757063
%N A299335 Expansion of 1 / ((1 - x)^7*(1 + x)^2).
%H A299335 Colin Barker, <a href="/A299335/b299335.txt">Table of n, a(n) for n = 0..1000</a>
%H A299335 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (5,-8,0,14,-14,0,8,-5,1).
%F A299335 a(n) = (2*n^6 + 54*n^5 + 575*n^4 + 3060*n^3 + 8468*n^2 + 11376*n + 5760) / 5760 for n even.
%F A299335 a(n) = (2*n^6 + 54*n^5 + 575*n^4 + 3060*n^3 + 8468*n^2 + 11286*n + 5355) / 5760 for n odd.
%F A299335 a(n) = 5*a(n-1) - 8*a(n-2) + 14*a(n-4) - 14*a(n-5) + 8*a(n-7) - 5*a(n-8) + a(n-9) for n>8.
%t A299335 CoefficientList[Series[1/((1 - x)^7 (1 + x)^2), {x, 0, 40}], x] (* or *) LinearRecurrence[{5, -8, 0, 14, -14, 0, 8, -5, 1}, {1, 5, 17, 45, 103, 211, 399, 707, 1190}, 41] (* _Robert G. Wilson v_, Feb 07 2018 *)
%o A299335 (PARI) Vec(1 / ((1 - x)^7*(1 + x)^2) + O(x^40))
%Y A299335 Cf. A001769, A060099, A299336, A299337, A299338.
%K A299335 nonn,easy
%O A299335 0,2
%A A299335 _Colin Barker_, Feb 07 2018