login
A152477
Partial sums of PartitionsP of Fibonacci numbers.
2
0, 1, 2, 4, 7, 14, 36, 137, 929, 13239, 464515, 50460440, 22591114885, 60828726553214, 1596736103217310005, 758951202691072926415726, 14362612850483065758193194817954
OFFSET
1,3
COMMENTS
In other words, partial sums of the sequence A000041(A000045(n)). - N. J. A. Sloane, Dec 07 2008
MATHEMATICA
f[n_]:=Fibonacci[n]; p[n_]:=PartitionsP[f[n]]; a[n_]:=Sum[p[i], {i, 1, n}];
CROSSREFS
Sequence in context: A113122 A296984 A116584 * A019998 A002956 A333613
KEYWORD
nonn
AUTHOR
STATUS
approved