A138123 Antidiagonal sums of a triangle of coefficients of recurrences of the Fibonacci sequence.
1, 1, 3, 0, 3, 0, 7, 1, 11, 0, 17, 0, 29, 1, 47, 0, 75, 0, 123, 1, 199, 0, 321, 0, 521, 1, 843, 0, 1363, 0, 2207, 1, 3571, 0, 5777, 0, 9349, 1, 15127, 0, 24475, 0, 39603, 1, 64079, 0, 103681, 0, 167761, 1, 271443, 0, 439203, 0, 710647, 1, 1149851, 0, 1860497, 0
Offset: 1
Keywords
Examples
The triangle T(p,m) with Lucas numbers on the diagonal starts 1, 1; 0, 3, 0,-1; 0, 0, 4, 0, 0, 1; 0, 0, 0, 7, 0, 0, 0,-1; 0, 0, 0, 0,11, 0, 0, 0, 0, 1; The antidiagonal sums are a(1)=1. a(2)=0+1=1. a(3)=0+3=3. a(4)=0+0+0=0. a(5)=0+0+4-1=3.
Formula
Row sums: Sum_{m=1..2p} T(p,m) = A098600(p).
Conjectures from Chai Wah Wu, Apr 15 2024: (Start)
a(n) = a(n-2) - a(n-3) + a(n-4) + a(n-5) + a(n-7) for n > 7.
G.f.: x*(-x^5 - 2*x^2 - x - 1)/((x + 1)*(x^2 - x + 1)*(x^4 + x^2 - 1)). (End)
Extensions
Edited and extended by R. J. Mathar, Jul 10 2008
Comments