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.

A317982 Expansion of 14*x*(29 + 784*x + 1974*x^2 + 784*x^3 + 29*x^4) / (1 - x)^7.

This page as a plain text file.
%I A317982 #10 Nov 15 2022 11:50:23
%S A317982 406,13818,115836,545860,1858290,5124126,12182968,25945416,50745870,
%T A317982 92745730,160386996,264896268,420839146,646725030,965662320,
%U A317982 1406064016,2002403718,2796022026,3835983340,5179983060,6895305186,9059830318,11763094056,15107395800
%N A317982 Expansion of 14*x*(29 + 784*x + 1974*x^2 + 784*x^3 + 29*x^4) / (1 - x)^7.
%C A317982 Seems to be the second column of A316387.
%H A317982 Colin Barker, <a href="/A317982/b317982.txt">Table of n, a(n) for n = 1..1000</a>
%H A317982 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A317982 G.f.: 14*x*(29 + 784*x + 1974*x^2 + 784*x^3 + 29*x^4) / (1 - x)^7.
%F A317982 a(n) = 70*n^6 + 210*n^5 + 175*n^4 - 42*n^2 - 7*n.
%F A317982 a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n>7.
%t A317982 LinearRecurrence[{7,-21,35,-35,21,-7,1},{406,13818,115836,545860,1858290,5124126,12182968},30] (* _Harvey P. Dale_, Nov 15 2022 *)
%o A317982 (PARI) Vec(14*x*(29 + 784*x + 1974*x^2 + 784*x^3 + 29*x^4) / (1 - x)^7 + O(x^40))
%o A317982 (PARI) a(n) = 70*n^6 + 210*n^5 + 175*n^4 - 42*n^2 - 7*n
%Y A317982 Cf. A316387, A317981, A317983, A317984.
%K A317982 nonn,easy
%O A317982 1,1
%A A317982 _Colin Barker_, Aug 13 2018