OFFSET
0,1
COMMENTS
Essentially 2 * A084214.
LINKS
FORMULA
From R. J. Mathar, Jun 14 2011: (Start)
G.f.: (2+6*x)/( (1+x)*(1-2*x) ).
a(n) = 2*A084214(n+1). (End)
a(n) = (4*(-1)^n + 5*2^n)/3. - Harvey P. Dale, Sep 02 2016
MATHEMATICA
LinearRecurrence[{1, 2}, {2, 8}, 40] (* or *) Table[(4(-1)^x+5*2^x)/3, {x, 40}] (* Harvey P. Dale, Sep 02 2016 *)
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Roger L. Bagula, Mar 02 2006
EXTENSIONS
Edited by N. J. A. Sloane, Dec 04 2006
STATUS
approved