OFFSET
0,2
COMMENTS
Generating floretion is 1.5i' + .5j' + .5k' + .5e whereas in A131039 it is 'i + .5i' + .5j' + .5k' + .5e
Floretion Algebra Multiplication Program, FAMP Code: 2tesseq[ 1.5i' + .5j' + .5k' + .5e]
Essentially the Lucas sequence V(1,3). - Peter Bala, Jun 23 2015
LINKS
Wikipedia, Lucas sequence
Index entries for linear recurrences with constant coefficients, signature (1,-3).
FORMULA
a(n) = a(n-1) - 3*a(n-2).
G.f.: (1 - 6*x)/(1 - x + 3*x^2).
a(n) = [x^n] ( (1 + x + sqrt(1 + 2*x - 11*x^2))/2 )^n. - Peter Bala, Jun 23 2015
MATHEMATICA
LinearRecurrence[{1, -3}, {1, -5}, 50] (* Paolo Xausa, Mar 12 2026 *)
PROG
(SageMath) [lucas_number2(n, 1, 3) for n in range(1, 34)] # Zerinvary Lajos, May 14 2009
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Jun 11 2007
EXTENSIONS
Name corrected by Sean A. Irvine, Mar 17 2026
STATUS
approved
