%I #17 Aug 27 2019 08:58:29
%S 1,1,2,6,12,24,54,117,247,532,1148,2460,5280,11352,24381,52353,112462,
%T 241570,518840,1114416,2393694,5141385,11043135,23719608,50947336,
%U 109429624,235043840,504850560,1084367865,2329112625,5002699050,10745292366,23079802756,49573086472
%N b(n)*b(n+1), where b() = A000930().
%H G. C. Greubel, <a href="/A170935/b170935.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (1,1,3,1,-1,-1).
%F G.f.: 1 / ((x^3-x^2-1)*(x^3+2*x^2+x-1)). - _Colin Barker_, Jul 25 2013
%t CoefficientList[Series[1/((x^3 - x^2 - 1)*(x^3 + 2*x^2 + x - 1)), {x, 0, 50}], x] (* _G. C. Greubel_, Apr 26 2017 *)
%t LinearRecurrence[{1,1,3,1,-1,-1},{1,1,2,6,12,24},40] (* _Harvey P. Dale_, Aug 27 2019 *)
%o (PARI) x='x+O('x^50); Vec(1/((x^3-x^2-1)*(x^3+2*x^2+x-1))) \\ _G. C. Greubel_, Apr 26 2017
%K nonn,easy
%O 0,3
%A _N. J. A. Sloane_, Feb 11 2010