OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (13, -44, 32).
FORMULA
a(n) = (1/21) - (4/3)*4^n + (16/7)*8^n. - Antonio Alberto Olivares, Feb 07 2010
a(0)=1, a(1)=13, a(n) = 12*a(n-1) - 32*a(n-2) + 1. - Vincenzo Librandi, Feb 10 2011
a(0)=1, a(1)=13, a(2)=125, a(n) = 13*a(n-1) - 44*a(n-2) + 32*a(n-3). - Harvey P. Dale, Aug 16 2012
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-4x)(1-8x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{13, -44, 32}, {1, 13, 125}, 20] (* Harvey P. Dale, Aug 16 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved