OFFSET
0,1
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(0)=16, a(1)=28561, a(2)=331776, a(3)=1500625, a(4)=4477456, a(n)= 5*a(n-1)- 10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Jun 05 2012
MATHEMATICA
(11Range[0, 20]+2)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {16, 28561, 331776, 1500625, 4477456}, 20] (* Harvey P. Dale, Jun 05 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
