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.

A109786 Expansion of -(x+2*x^2+3*x^3-1+5*x^4)/((x+1)*(x^2-3*x+1)*(1+x^2)).

This page as a plain text file.
%I A109786 #10 Mar 13 2024 19:26:21
%S A109786 1,1,1,1,1,5,13,33,85,225,589,1541,4033,10561,27649,72385,189505,
%T A109786 496133,1298893,3400545,8902741,23307681,61020301,159753221,418239361,
%U A109786 1094964865,2866655233,7505000833,19648347265,51440040965,134671775629
%N A109786 Expansion of -(x+2*x^2+3*x^3-1+5*x^4)/((x+1)*(x^2-3*x+1)*(1+x^2)).
%C A109786 Floretion Algebra Multiplication Program, FAMP Code: 4jbaseksumseq[ + .25'i + .25i' + .25'ii' + .25'jj' + .25'kk' + .25'jk' + .25'kj' + .25e], sumtype: Y[15],inty[ * ]
%H A109786 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (2,1,1,2,-1).
%F A109786 a(0)=1, a(1)=1, a(2)=1, a(3)=1, a(4)=1, a(n)=2*a(n-1)+a(n-2)+a(n-3)+ 2*a(n-4)- a(n-5). - _Harvey P. Dale_, Apr 14 2015
%t A109786 CoefficientList[Series[-(x+2x^2+3x^3-1+5x^4)/((x+1)(x^2-3x+1)(1+x^2)),{x,0,30}],x] (* or *) LinearRecurrence[{2,1,1,2,-1},{1,1,1,1,1},40] (* _Harvey P. Dale_, Apr 14 2015 *)
%Y A109786 Cf. A111665, A111666.
%K A109786 easy,nonn
%O A109786 0,6
%A A109786 _Creighton Dement_, Aug 14 2005