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!)
A109787 Expansion of -(1-x-2*x^2+11*x^4-3*x^3) / ((x-1)*(x+1)*(x^2-3*x+1)*(1+x^2)). 1
1, 2, 3, 4, 21, 58, 151, 392, 1037, 2718, 7115, 18624, 48769, 127682, 334275, 875140, 2291157, 5998330, 15703831, 41113160, 107635661, 281793822, 737745803, 1931443584, 5056584961, 13238311298, 34658348931, 90736735492, 237551857557 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 4tessumseq[ + .25'i + .25i' + .25'ii' + .25'jj' + .25'kk' + .25'jk' + .25'kj' + .25e], sumtype: Y[15],inty[ * ]
LINKS
FORMULA
a(n) = 3*a(n-1) - a(n-2) + a(n-4) - 3*a(n-5) + a(n-6) for n>5. - Colin Barker, May 16 2019
MATHEMATICA
CoefficientList[Series[-(1-x-2x^2+11x^4-3x^3)/((x-1)(x+1)(x^2-3x+1)(1+x^2)), {x, 0, 40}], x] (* or *) LinearRecurrence[{3, -1, 0, 1, -3, 1}, {1, 2, 3, 4, 21, 58}, 40] (* Harvey P. Dale, Jan 11 2020 *)
PROG
(PARI) Vec((1 - x - 2*x^2 - 3*x^3 + 11*x^4) / ((1 - x)*(1 + x)*(1 - 3*x + x^2)*(1 + x^2)) + O(x^30)) \\ Colin Barker, May 16 2019
CROSSREFS
Sequence in context: A308891 A058780 A183458 * A109302 A081480 A070841
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Aug 14 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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)