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.
%I A111641 #13 Mar 11 2024 03:47:30 %S A111641 1,-5,25,-107,433,-1697,6529,-24839,93841,-352973,1323961,-4957139, %T A111641 18539041,-69282185,258790465,-966364367,3607837153,-13467809237, %U A111641 50270219929,-187629535739,700287673681,-2613617125553,9754412512321,-36404592257879,135865306871281 %N A111641 Expansion of -(1+x+3*x^2+x^3)/((x^2+4*x+1)*(x^2-2*x-1)). %C A111641 In reference to the program code, the sequence of Pell numbers A000126 is given by 1kbaseseq[C*J]. A001353 is 1ibaseiseq[C*J]. %C A111641 Floretion Algebra Multiplication Program, FAMP Code: 1lestesseq[C*J] with C = - 'j + 'k - j' + k' - 'ii' - 'ij' - 'ik' - 'ji' - 'ki' and J = + j' + k' + 1.5'ii' + .5'jj' + .5'kk' + .5e %H A111641 Colin Barker, <a href="/A111641/b111641.txt">Table of n, a(n) for n = 0..1000</a> %H A111641 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (-6,-8,2,1). %F A111641 a(n) = -6*a(n-1) - 8*a(n-2) + 2*a(n-3) + a(n-4) for n>3. - _Colin Barker_, Apr 29 2019 %t A111641 CoefficientList[Series[-(1+x+3x^2+x^3)/((x^2+4x+1)(x^2-2x-1)),{x,0,30}],x] (* or *) LinearRecurrence[{-6,-8,2,1},{1,-5,25,-107},30] (* _Harvey P. Dale_, Oct 12 2017 *) %o A111641 (PARI) Vec((1 + x + 3*x^2 + x^3) / ((1 + 2*x - x^2)*(1 + 4*x + x^2)) + O(x^25)) \\ _Colin Barker_, Apr 29 2019 %Y A111641 Cf. A111639, A111640, A111642, A111643, A111644, A000126. %K A111641 easy,sign %O A111641 0,2 %A A111641 _Creighton Dement_, Aug 10 2005