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

A152480
Products of PartitionsQ of Fibonacci numbers.
0
1, 1, 1, 1, 2, 6, 36, 648, 49248, 25214976, 160821116928, 27931733230288896, 356677116520963546939392, 1187172652051836115416531874086912, 5150511748819234946137723863013776583789903872
OFFSET
1,5
MATHEMATICA
f[n_]:=Fibonacci[n]; q[n_]:=PartitionsQ[f[n]]; a[n_]:=Product[q[i], {i, 1, n}];
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved