Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 Jul 03 2022 08:16:35
%S 8,38,149,478,1390,3736,9496,23080,54127,123230,273653,594878,1269532,
%T 2665912,5518900,11280856,22797331,45599656,90362560,177550600,
%U 346157050,670060100,1288497590,2462607020,4679908400,8846662634
%N T(n+5,5) with T as in A036355.
%H <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (6,-9,-10,30,6,-41,-6,30,10,-9,-6,-1).
%F G.f.: (3x^4+6x^3-7x^2-10x+8)/(1-x-x^2)^6.
%F a(n)=3*A001872(n)+4*A001873(n)+A001874(n). - _R. J. Mathar_, Jul 03 2022
%K nonn,easy
%O 0,1
%A _Floor van Lamoen_