login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A111666
Expansion of (-2+3*x+3*x^2+4*x^3+3*x^4-5*x^5)/((x-1)*(x+1)*(1+x^2)*(x^2-3*x+1)).
4
2, 3, 4, 5, 10, 27, 68, 173, 450, 1179, 3084, 8069, 21122, 55299, 144772, 379013, 992266, 2597787, 6801092, 17805485, 46615362, 122040603, 319506444, 836478725, 2189929730, 5733310467, 15010001668, 39296694533, 102880081930
OFFSET
0,1
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: vessumseq[ + .25'i + .25i' + .25'ii' + .25'jj' + .25'kk' + .25'jk' + .25'kj' + .25e], sumtype: Y[15],inty[ * ]
FORMULA
a(0)=2, a(1)=3, a(2)=4, a(3)=5, a(4)=10, a(5)=27, a(n)=3*a(n-1)-a(n-2)+ a(n-4)- 3*a(n-5)+a(n-6). - Harvey P. Dale, Jan 24 2015
MATHEMATICA
CoefficientList[Series[(-2+3x+3x^2+4x^3+3x^4-5x^5)/((x-1)(x+1)(1+x^2)(x^2-3x+1)), {x, 0, 30}], x] (* or *) LinearRecurrence[{3, -1, 0, 1, -3, 1}, {2, 3, 4, 5, 10, 27}, 30] (* Harvey P. Dale, Jan 24 2015 *)
CROSSREFS
Sequence in context: A306108 A282033 A111665 * A080475 A364133 A247233
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Aug 14 2005
STATUS
approved