OFFSET
0,1
COMMENTS
Bisection of A168415 (odd part).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (5,-4).
FORMULA
a(n) = 2^(2n + 1) + 7 = 3*(A020988(n) + 3).
From Bruno Berselli, Sep 20 2011: (Start)
G.f.: 3*(3 - 10*x)/((1 - x)*(1 - 4*x)).
E.g.f.: 7*exp(x) + 2*exp(4*x). - Franck Maminirina Ramaharo, Nov 07 2018
MATHEMATICA
2*4^Range[0, 30]+7 (* or *) LinearRecurrence[{5, -4}, {9, 15}, 30] (* Harvey P. Dale, Jun 13 2020 *)
PROG
(Magma) [2*4^n + 7: n in [0..30]]; // Vincenzo Librandi, Sep 30 2011
(PARI) a(n) = 2*4^n+7 \\ Felix Fröhlich, Nov 07 2018
(PARI) Vec(3*(3 - 10*x)/((1 - x)*(1 - 4*x)) + O(x^20)) \\ Felix Fröhlich, Nov 07 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Brad Clardy, Sep 20 2011
STATUS
approved
