OFFSET
3,2
REFERENCES
B. Elspas, The theory of multirail cascades, in A. Mukhopadhyay, ed., Recent Developments in Switching Theory, Ac. Press, 1971, Chap. 8, see esp. p. 362 (YT(n)).
LINKS
Harry J. Smith, Table of n, a(n) for n = 3..200
Index entries for linear recurrences with constant coefficients, signature (4, -5, 2).
FORMULA
G.f.: x^3*(1+8*x-8*x^2)/((1-x)^2*(1-2*x)). [Colin Barker, Apr 22 2012]
MATHEMATICA
Table[2^n+2^(n-1)-n-8, {n, 3, 40}] (* or *) LinearRecurrence[{4, -5, 2}, {1, 12, 35}, 40] (* Harvey P. Dale, Sep 07 2024 *)
PROG
(PARI) a(n) = { 2^n + 2^(n - 1) - n - 8 } \\ Harry J. Smith, Jun 24 2009
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 14 2001
STATUS
approved