login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Sum{T(n-k,k)}, 0<=k<=[ n/2 ], T given by A026907.
0

%I #11 Jun 13 2015 00:49:06

%S 1,13,41,90,185,335,601,1020,1729,2857,4721,7710,12593,20459,33241,

%T 53880,87337,141421,229001,370650,599921,970823,1571041,2542140,

%U 4113505,6655945,10769801,17426070,28196249,45622667

%N Sum{T(n-k,k)}, 0<=k<=[ n/2 ], T given by A026907.

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (1,3,-2,-3,1,1).

%F 8*Fibonacci(n+5) + (3/4)*[(n-1)(-1)^n - 17(n+3)]. - _Ralf Stephan_, May 13 2004

%F G.f. ( -1-12*x-25*x^2-12*x^3-x^4 ) / ( (x^2+x-1)*(x-1)^2*(1+x)^2 ). - _R. J. Mathar_, May 22 2013

%t LinearRecurrence[{1,3,-2,-3,1,1},{1,13,41,90,185,335},30] (* _Harvey P. Dale_, Jan 08 2015 *)

%K nonn

%O 0,2

%A _Clark Kimberling_