login
This site is supported by donations 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. 3
1, 1, 2, 24, 8640, 746496000, 201231433728000000, 3554168771933456302080000000000, 139840535301953855934724122328694784000000000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Partial products of A152686.

MATHEMATICA

lst={}; p0=p1=p2=1; Do[p0*=a[n]; p1*=p0; p2*=p1; AppendTo[lst, p2], {n, 1, 2*3!}]; lst

CROSSREFS

Cf. A001924, A003266, A152686.

Sequence in context: A055462 A088600 A066120 * A062716 A137888 A108349

Adjacent sequences:  A152684 A152685 A152686 * A152688 A152689 A152690

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 10 2008

EXTENSIONS

Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 12 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:56 EST 2012. Contains 205904 sequences.