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.

A152479 Products of partition numbers of Fibonacci numbers.

This page as a plain text file.
%I A152479 #5 Oct 20 2016 15:14:18
%S A152479 1,1,1,2,6,42,924,93324,73912608,909864204480,410599878740916480,
%T A152479 20528320742539954765344000,462721784193718931971550165554080000,
%U A152479 28136323479948516473366521258111350797954332320000
%N A152479 Products of partition numbers of Fibonacci numbers.
%H A152479 Robert Israel, <a href="/A152479/b152479.txt">Table of n, a(n) for n = 1..24</a>
%F A152479 a(n) = Prod_{1<=j<=n-1} A072214(j). - _Robert Israel_, Oct 20 2016
%p A152479 A072214:= [seq(combinat:-numbpart(combinat:-fibonacci(n)),n=1..20)]:
%p A152479 seq(mul(A072214[i],i=1..n-1),n=1..20); # _Robert Israel_, Oct 20 2016
%t A152479 f[n_]:=Fibonacci[n];p[n_]:=PartitionsP[f[n]];a[n_]:=Product[p[i],{i,1,n}];
%Y A152479 Cf. A000041, A000045, A072214.
%K A152479 nonn
%O A152479 1,4
%A A152479 _Vladimir Joseph Stephan Orlovsky_, Dec 05 2008