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

Products of PartitionsQ of Fibonacci numbers.
0

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

%S 1,1,1,1,2,6,36,648,49248,25214976,160821116928,27931733230288896,

%T 356677116520963546939392,1187172652051836115416531874086912,

%U 5150511748819234946137723863013776583789903872

%N Products of PartitionsQ of Fibonacci numbers.

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

%Y Cf. A152477, A152478, A152479

%K nonn

%O 1,5

%A _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008