OFFSET
0,3
COMMENTS
One of several sequences which appear to "spiral outwards" when plotted against each other (see A110062-64).
LINKS
Robert Munafo, Sequences Related to Floretions
Index entries for linear recurrences with constant coefficients, signature (0,0,1,-1).
MAPLE
seriestolist(series(x^2*(-3+4*x)/(1-x^3+x^4), x=0, 30)); -or- 4tesseq[A*B] with A = + .5'i + .5'j + .5'k + .5e and B = - .5'i - .25'j + .25'k - .5i' - .25j' + .25k' - .5'ii' - .25'ij' - .25'ik' - .25'ji' - .25'ki' - .5e
MATHEMATICA
CoefficientList[Series[x^2(-3+4x)/(1-x^3+x^4), {x, 0, 100}], x] (* or *) LinearRecurrence[{0, 0, 1, -1}, {0, 0, -3, 4}, 100] (* Harvey P. Dale, Nov 04 2021 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Jul 10 2005
STATUS
approved