cp's OEIS Frontend

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.

A152477 Partial sums of PartitionsP of Fibonacci numbers.

This page as a plain text file.
%I A152477 #6 Nov 18 2024 13:39:47
%S A152477 0,1,2,4,7,14,36,137,929,13239,464515,50460440,22591114885,
%T A152477 60828726553214,1596736103217310005,758951202691072926415726,
%U A152477 14362612850483065758193194817954
%N A152477 Partial sums of PartitionsP of Fibonacci numbers.
%C A152477 In other words, partial sums of the sequence A000041(A000045(n)). - _N. J. A. Sloane_, Dec 07 2008
%t A152477 f[n_]:=Fibonacci[n];p[n_]:=PartitionsP[f[n]];a[n_]:=Sum[p[i],{i,1,n}];
%t A152477 Accumulate[Join[{0},PartitionsP[Fibonacci[Range[20]]]]] (* _Harvey P. Dale_, Nov 18 2024 *)
%K A152477 nonn
%O A152477 1,3
%A A152477 _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008