login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152477 Partial sums of PartitionsP of Fibonacci numbers. 2

%I #4 Mar 31 2012 12:38:17

%S 0,1,2,4,7,14,36,137,929,13239,464515,50460440,22591114885,

%T 60828726553214,1596736103217310005,758951202691072926415726,

%U 14362612850483065758193194817954

%N Partial sums of PartitionsP of Fibonacci numbers.

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

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

%K nonn

%O 1,3

%A _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)