Original entry on oeis.org
0, 1, 4, 24, 129, 759, 4455, 26763, 161898, 988438, 6069228, 37460952, 232160184, 1443830084, 9005809184, 56316652784, 352949825249, 2216334391919, 13941409199519, 87830683173419, 554096566907069, 3499981913717189, 22132830286939649
Offset: 1
A192251
1-sequence of reduction of central binomial coefficient sequence by x^2 -> x+1.
Original entry on oeis.org
0, 2, 8, 48, 258, 1518, 8910, 53526, 323796, 1976876, 12138456, 74921904, 464320368, 2887660168, 18011618368, 112633305568, 705899650498, 4432668783838, 27882818399038, 175661366346838, 1108193133814138, 6999963827434378, 44265660573879298
Offset: 1
-
[&+[Fibonacci(k)*Binomial(2*k,k): k in [0..n]]: n in [0..28]]; // Vincenzo Librandi, Feb 04 2016
-
(See A192250.)
Table[Sum[Fibonacci[i] Binomial[2 i, i], {i, 0, n - 1}], {n, 23}] (* Michael De Vlieger, Feb 01 2016 *)
Showing 1-2 of 2 results.
Comments