OFFSET
0,1
LINKS
Daniel Shanks, Gauss's ternary form reduction and the 2-Sylow subgroup, Math. Comp. 25 (1971), 837-853.
Index entries for linear recurrences with constant coefficients, signature (7,-14,8).
FORMULA
a(n) = 7*a(n-1)-14*a(n-2)+8*a(n-3). G.f.: -(34*x^2-39*x+8)/((x-1)*(2*x-1)*(4*x-1)). [Colin Barker, Nov 11 2012]
MATHEMATICA
(2^Range[0, 30]+3)^2-8 (* or *) LinearRecurrence[{7, -14, 8}, {8, 17, 41}, 30] (* Harvey P. Dale, Nov 23 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 14 2011
STATUS
approved