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.

A152480 Products of PartitionsQ of Fibonacci numbers.

This page as a plain text file.
%I A152480 #2 Mar 31 2012 12:38:17
%S A152480 1,1,1,1,2,6,36,648,49248,25214976,160821116928,27931733230288896,
%T A152480 356677116520963546939392,1187172652051836115416531874086912,
%U A152480 5150511748819234946137723863013776583789903872
%N A152480 Products of PartitionsQ of Fibonacci numbers.
%t A152480 f[n_]:=Fibonacci[n];q[n_]:=PartitionsQ[f[n]];a[n_]:=Product[q[i],{i,1,n}];
%Y A152480 Cf. A152477, A152478, A152479
%K A152480 nonn
%O A152480 1,5
%A A152480 _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008