A153757 a(n) = Sum_{k=1..n} A003266(k).
1, 2, 4, 10, 40, 280, 3400, 68920, 2296600, 124819000, 11029312600, 1581276391000, 367448845658200, 138299522459392600, 84276864426837376600, 83129040425047907584600, 132705616446736897029760600, 342829213074356555028732544600
Offset: 1
Keywords
Examples
a(4) = 10 = (1 + 1 + 2 + 6), where A003266 = (1, 1, 2, 6, 30, 240, 3120,...).
Programs
-
Mathematica
a[n_]:=Sum[Fibonorial[k], {k, n}]; Table[a[n],{n,1,10}]
Formula
Partial sums of A003266 terms.
Extensions
More terms from Amiram Eldar, Feb 26 2020
Comments