OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (1024,1024,-1048576).
FORMULA
a(n) = 2^10*a(n-1) + 2^10*a(n-2) - (2^10)^2*a(n-3), with n>2 , a(0)=1, a(1)=528, a(2)=262912.
a(n) = 2^(5n-3)*(2^(5n+1)-(2^5-1)*(-1)^n+2^5+5).
G.f.: (1-496*x-278784*x^2)/((1-32*x)*(1+32*x)*(1-1024*x)).
MATHEMATICA
CoefficientList[Series[(1 - 496 x - 278784 x^2) / ((1 - 32 x) (1 + 32 x) (1 - 1024 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Sep 04 2013 *)
PROG
(Magma) [2^(5*n-3)*(2^(5*n+1)-(2^5-1)*(-1)^n+2^5+5): n in [0..20]]; // Vincenzo Librandi, Sep 04 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Yosu Yurramendi, May 16 2013
STATUS
approved