OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (-5,0,6).
FORMULA
G.f. (-1+2*x)/((x-1)*(6*x^2+6*x+1))
a(x)=(3-Sqrt[3]+(7-8*Sqrt[3])(-3+Sqrt[3])^x+(-3-Sqrt[3])^x (-10+9*Sqrt[3]))/(13*(-3+Sqrt[3])). - Harvey P. Dale, Mar 01 2015
MAPLE
seriestolist(series((-1+2*x)/((x-1)*(6*x^2+6*x+1)), x=0, 25)); -or- Floretion Algebra Multiplication Program, FAMP Code: 2baseksumseq[A*B] with A = + 'i + 'ii' + 'ij' + 'ik' and B = + .5'i - .5'j + .5'k + .5i' + .5j' - .5k' - .5'ij' - .5'ik' + .5'ji' + .5'ki' Sumtype is set to: sum[(Y[0], Y[1], Y[2]), mod(3)
MATHEMATICA
LinearRecurrence[{-5, 0, 6}, {1, -7, 35}, 30] (* Harvey P. Dale, Mar 01 2015 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Jul 16 2005
STATUS
approved