OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (27, -242, 816, -864).
FORMULA
a(0)=1, a(1)=27, a(2)=487, a(3)=7431, a(n)=27*a(n-1)-242*a(n-2)+ 816*a(n-3)- 864*a(n-4) -- From Harvey P. Dale, Jul 21 2012
a(n) = -2*2^n/35 +4*4^n/5 -243*9^n/35 +36*12^n/5. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-9x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{27, -242, 816, -864}, {1, 27, 487, 7431}, 30] (* Harvey P. Dale, Jul 21 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved