This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A152478 #6 Mar 30 2018 03:00:01 %S A152478 0,1,2,3,5,8,14,32,108,620,6998,180680,12950282,3341374218, %T A152478 4341810374424,43852571179147329,5999233370012268208703, %U A152478 22578209776617142730549141113,5759108920458153526111129552362859699 %N A152478 Partial sums of PartitionsQ of Fibonacci numbers. %C A152478 In other words, partial sums of the sequence A000009(A000045(n)). - _N. J. A. Sloane_, Dec 07 2008 %t A152478 f[n_]:=Fibonacci[n];q[n_]:=PartitionsQ[f[n]];a[n_]:=Sum[q[i],{i,1,n}]; %Y A152478 Cf. A152477. %K A152478 nonn %O A152478 1,3 %A A152478 _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008