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.

A110687 Expansion of -(7*x^2+3*x-1)*(2*x^2+2*x+1) / ((3*x^2+3*x+1)*(2*x^3+2*x^2+4*x+1)).

This page as a plain text file.
%I A110687 #12 May 19 2019 06:21:33
%S A110687 1,-8,28,-100,358,-1276,4558,-16342,58732,-211306,760498,-2737168,
%T A110687 9851098,-35452510,127584124,-459135130,1652275834,-5945992576,
%U A110687 21397667026,-77003195254,277109379628,-997226422690,3588693361378,-12914539595584,46475225095450
%N A110687 Expansion of -(7*x^2+3*x-1)*(2*x^2+2*x+1) / ((3*x^2+3*x+1)*(2*x^3+2*x^2+4*x+1)).
%H A110687 G. C. Greubel, <a href="/A110687/b110687.txt">Table of n, a(n) for n = 0..1000</a>
%H A110687 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (-7,-17,-20,-12,-6).
%F A110687 a(n) = -7*a(n-1) - 17*a(n-2) - 20*a(n-3) - 12*a(n-4) - 6*a(n-5) for n>4. - _Colin Barker_, May 19 2019
%p A110687 seriestolist(series(-(7*x^2+3*x-1)*(2*x^2+2*x+1)/((3*x^2+3*x+1)*(2*x^3+2*x^2+4*x+1)), x=0,25)); -or- Floretion Algebra Multiplication Program, FAMP Code: tessum(infty)-4basekforsumseq[ + 'i - .25'j + .25'k - .25j' + .25k' - .5'ii' - .25'ij' - .25'ik' - .25'ji' - .25'ki' - .5e], Sumtype is set to: default; Fortype is set to: 1A.
%t A110687 CoefficientList[Series[-(7*x^2 + 3*x - 1)*(2*x^2 + 2*x + 1)/((3*x^2 + 3*x + 1)*(2*x^3 + 2*x^2 + 4*x + 1)), {x,0,50}], x] (* _G. C. Greubel_, Sep 06 2017 *)
%o A110687 (PARI) Vec(-(7*x^2+3*x-1)*(2*x^2+2*x+1)/((3*x^2+3*x+1)*(2*x^3+2*x^2+4*x+1))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012
%Y A110687 Cf. A110688, A110689, A110679.
%K A110687 sign,easy
%O A110687 0,2
%A A110687 _Creighton Dement_, Aug 02 2005