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!)
A152479 Products of partition numbers of Fibonacci numbers. 2
1, 1, 1, 2, 6, 42, 924, 93324, 73912608, 909864204480, 410599878740916480, 20528320742539954765344000, 462721784193718931971550165554080000, 28136323479948516473366521258111350797954332320000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Prod_{1<=j<=n-1} A072214(j). - Robert Israel, Oct 20 2016
MAPLE
A072214:= [seq(combinat:-numbpart(combinat:-fibonacci(n)), n=1..20)]:
seq(mul(A072214[i], i=1..n-1), n=1..20); # Robert Israel, Oct 20 2016
MATHEMATICA
f[n_]:=Fibonacci[n]; p[n_]:=PartitionsP[f[n]]; a[n_]:=Product[p[i], {i, 1, n}];
CROSSREFS
Sequence in context: A325782 A326343 A276453 * A250309 A115961 A355042
KEYWORD
nonn
AUTHOR
STATUS
approved

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 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)