The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A109782 Expansion of x*(1+2*x^2-2*x^3+x^4) / ((x-1)*(x^2-2*x-1)*(x^2-x+1)*(x+1)^2). 1
0, 1, -2, 8, -21, 54, -134, 329, -798, 1934, -4675, 11294, -27274, 65855, -158996, 383862, -926735, 2237348, -5401448, 13040263, -31481992, 76004268, -183490549, 442985388, -1069461348, 2581908109, -6233277590, 15048463316, -36330204249, 87708871842, -211747947962 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 2jbasesumseq[A*C] with A = + .5'k + .5k' + .5'ii' + .5'jj' and C = - .5'j + .5'k - .5j' + .5k' - 'ii' - .5'ij' - .5'ik' - .5'ji' - .5'ki'; sumtype: sum[Y[15]] = sum[ * ]
LINKS
FORMULA
From Colin Barker, May 15 2019: (Start)
G.f.: x*(1 + 2*x^2 - 2*x^3 + x^4) / ((1 - x)*(1 + x)^2*(1 + 2*x - x^2)*(1 - x + x^2)).
a(n) = -2*a(n-1) + 2*a(n-2) + a(n-3) - 3*a(n-4) + 2*a(n-5) + 2*a(n-6) - a(n-7) for n>6. (End)
MATHEMATICA
LinearRecurrence[{-2, 2, 1, -3, 2, 2, -1}, {0, 1, -2, 8, -21, 54, -134}, 40] (* Harvey P. Dale, Mar 01 2023 *)
PROG
(PARI) concat(0, Vec(x*(1 + 2*x^2 - 2*x^3 + x^4) / ((1 - x)*(1 + x)^2*(1 + 2*x - x^2)*(1 - x + x^2)) + O(x^35))) \\ Colin Barker, May 15 2019
CROSSREFS
Sequence in context: A034519 A014409 A303721 * A237268 A216893 A264245
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Aug 13 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 May 12 20:41 EDT 2024. Contains 372494 sequences. (Running on oeis4.)