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!)
A152687 Partial products operator applied thrice to nonzero Fibonacci numbers. 4
1, 1, 2, 24, 8640, 746496000, 201231433728000000, 3554168771933456302080000000000, 139840535301953855934724122328694784000000000000000, 674129921807822677705190163721626103970522196466131271680000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Partial products of A152686.
LINKS
MATHEMATICA
Nest[FoldList[Times, #]&, Fibonacci[Range[10]], 3] (* Harvey P. Dale, Oct 06 2017 *)
PROG
(PARI) a(n) = prod(i=1, n, prod(j=1, i, prod(k=1, j, fibonacci(k)))); \\ Michel Marcus, Sep 15 2018
CROSSREFS
Sequence in context: A055462 A088600 A066120 * A062716 A344664 A137888
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Dec 12 2008
One more term (a(10)) from Harvey P. Dale, Oct 06 2017
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 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)