login

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”).

A175712
The third column of the Lucas Fibonacci sum of binomials A175685.
0
0, 1, 1, 2, 3, 5, 8, 13, 21, 33, 54, 79, 133, 176, 309, 365, 674, 709, 1383, 1300, 2683, 2267, 4950, 3785, 8735, 6085, 14820, 9465, 24285, 14302, 38587
OFFSET
0,4
FORMULA
a(n) = A175685(n,3), n>=1 .
MATHEMATICA
Table[Sum[Binomial[n - j - 1, j], {j, Floor[(n - 1)/2] - 3, Floor[(
n - 1)/2]}], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Dec 04 2010
STATUS
approved