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

A152478
Partial sums of PartitionsQ of Fibonacci numbers.
1
0, 1, 2, 3, 5, 8, 14, 32, 108, 620, 6998, 180680, 12950282, 3341374218, 4341810374424, 43852571179147329, 5999233370012268208703, 22578209776617142730549141113, 5759108920458153526111129552362859699
OFFSET
1,3
COMMENTS
In other words, partial sums of the sequence A000009(A000045(n)). - N. J. A. Sloane, Dec 07 2008
MATHEMATICA
f[n_]:=Fibonacci[n]; q[n_]:=PartitionsQ[f[n]]; a[n_]:=Sum[q[i], {i, 1, n}];
CROSSREFS
Cf. A152477.
Sequence in context: A065955 A196118 A104880 * A102973 A371992 A066372
KEYWORD
nonn
AUTHOR
STATUS
approved