OFFSET
0,2
COMMENTS
A floretion-generated sequence of squares. This sequence is related to several other sequences of squares.
Floretion Algebra Multiplication Program, FAMP Code: 4ibaseiseq[ x*(+ 'i + 'j + i' + j' + 'ii' + 'jj' + 'ij' + 'ji' + e) ] where x is the sum of all (16) floretion basis vectors.
LINKS
Index entries for linear recurrences with constant coefficients, signature (-2,6,27).
FORMULA
a(n) = -2*a(n-1) + 6*a(n-2) + 27*a(n-3) with a(0) = 1, a(1) = 25, a(2) = 64.
MATHEMATICA
CoefficientList[ Series[(108x^2 + 27x + 1)/(1 + 2x - 6x^2 - 27x^3), {x, 0, 25}], x] (* Robert G. Wilson v, Feb 12 2005 *)
LinearRecurrence[{-2, 6, 27}, {1, 25, 64}, 30] (* Harvey P. Dale, Jul 04 2022 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Feb 12 2005
STATUS
approved