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

Partial sums of PartitionsQ of Fibonacci numbers.
1

%I #6 Mar 30 2018 03:00:01

%S 0,1,2,3,5,8,14,32,108,620,6998,180680,12950282,3341374218,

%T 4341810374424,43852571179147329,5999233370012268208703,

%U 22578209776617142730549141113,5759108920458153526111129552362859699

%N Partial sums of PartitionsQ of Fibonacci numbers.

%C In other words, partial sums of the sequence A000009(A000045(n)). - _N. J. A. Sloane_, Dec 07 2008

%t f[n_]:=Fibonacci[n];q[n_]:=PartitionsQ[f[n]];a[n_]:=Sum[q[i],{i,1,n}];

%Y Cf. A152477.

%K nonn

%O 1,3

%A _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008