OFFSET
0,4
LINKS
Bruno Berselli, Table of n, a(n) for n = 0..1000
Carlos Alirio Rico Acevedo, Ana Paula Chaves, Double-Recurrence Fibonacci Numbers and Generalizations, arXiv:1903.07490 [math.NT], 2019.
Index entries for linear recurrences with constant coefficients, signature (3,-1,-3,1,1).
FORMULA
MATHEMATICA
CoefficientList[Series[x (1 - 2 x + 2 x^2) / ((1 - x) (1 - x - x^2)^2), {x, 0, 35}], x] (* Vincenzo Librandi, Aug 19 2013 *)
PROG
(Magma) [0] cat [n*Fibonacci(n)-(&+[Fibonacci(k): k in [0..n-1]]): n in [1..34]];
(PARI) concat(0, Vec(x*(1-2*x+2*x^2)/((1-x)*(1-x-x^2)^2) + O(x^50))) \\ Altug Alkan, Nov 13 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, May 04 2011
STATUS
approved