login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111641 Expansion of -(1+x+3*x^2+x^3)/((x^2+4*x+1)*(x^2-2*x-1)). 7
1, -5, 25, -107, 433, -1697, 6529, -24839, 93841, -352973, 1323961, -4957139, 18539041, -69282185, 258790465, -966364367, 3607837153, -13467809237, 50270219929, -187629535739, 700287673681, -2613617125553, 9754412512321, -36404592257879, 135865306871281 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In reference to the program code, the sequence of Pell numbers A000126 is given by 1kbaseseq[C*J]. A001353 is 1ibaseiseq[C*J].
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
LINKS
FORMULA
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
MATHEMATICA
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 *)
PROG
(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
CROSSREFS
Sequence in context: A067971 A266424 A224129 * A074419 A247105 A272249
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Aug 10 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)