OFFSET
0,3
COMMENTS
A floretion-generated sequence.
Floretion Algebra Multiplication Program, FAMP Code: Define A = + .5'i + .5'j + .5'k + .5e and B = + .5'i + .5i' + .5'ii' + .5e. Then (a(n)) = jesloop(infty)-jesleftfor[A*B], ForType: 1A.
LINKS
FORMULA
Recurrence: a(n+3) = a(n) - a(n+2); a(0) = 1, a(1) = -1, a(2) = 2.
MATHEMATICA
CoefficientList[Series[(1+x^2)/(1+x-x^3), {x, 0, 60}], x] (* or *) LinearRecurrence[ {-1, 0, 1}, {1, -1, 2}, 70] (* Harvey P. Dale, Jan 27 2013 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Creighton Dement, Mar 24 2005
EXTENSIONS
Edited by Ralf Stephan, Apr 05 2009
STATUS
approved