This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A141752 #9 Oct 18 2021 16:26:44 %S A141752 1,2,5,14,39,106,283,748,1967,5160,13521,35412,92725,242774,635609, %T A141752 1664066,4356603,11405758,29860687,78176320,204668291,535828572, %U A141752 1402817445,3672623784,9615053929,25172538026,65902560173,172535142518 %N A141752 a(n) = Sum_{k=0..n} ( Fibonacci(2*k-1) + (n-k)*Fibonacci(2*k) ). %C A141752 Row sums of triangle A141751. %H A141752 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (5,-8,5,-1). %F A141752 G.f.: (1 - 3*x + 3*x^2)/((1 - 3*x + x^2)*(1-x)^2). %F A141752 a(n) = A055588(n) + A054452(n). - _R. J. Mathar_, Apr 16 2016 %F A141752 a(n) = 5*a(n-1)-8*a(n-2)+5*a(n-3)-a(n-4). - _Wesley Ivan Hurt_, Oct 18 2021 %t A141752 LinearRecurrence[{5,-8,5,-1},{1,2,5,14},30] (* _Harvey P. Dale_, May 23 2021 *) %o A141752 (PARI) a(n)=sum(k=0,n,fibonacci(2*k-1) + (n-k)*fibonacci(2*k)) %Y A141752 Cf. A054452, A055588, A141751. %K A141752 nonn,easy %O A141752 0,2 %A A141752 _Paul D. Hanna_, Jul 04 2008