OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,4096,-4096).
FORMULA
G.f.: (9+16*x+32*x^2+128*x^3+256*x^4+4096*x^5-4096*x^6)/(1-x-4096*x^6+4096*x^7). - Charles R Greathouse IV, Apr 05 2012
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 4096, -4096}, {1, 9, 25, 57, 185, 441, 4537}, 30] (* Harvey P. Dale, Aug 04 2018 *)
PROG
(PARI) Vec((-4096*x^6+4096*x^5+256*x^4+128*x^3+32*x^2+16*x+9)/(4096*x^7 - 4096*x^6-x+1)+O(x^99)) \\ Charles R Greathouse IV, Apr 05 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Jan 27 2006
EXTENSIONS
Better definition, corrected offset and edited by Omar E. Pol, Jan 08 2009
STATUS
approved