|
| |
|
|
A152686
|
|
Partial products of the partial products of the nonzero Fibonacci numbers.
|
|
3
| |
|
|
1, 1, 2, 12, 360, 86400, 269568000, 17662095360000, 39345496591564800000, 4820704671590339051520000000, 52567343238846954009129910272000000000, 82543717140049422917575408530662149324800000000000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Partial products of A003266.
|
|
|
FORMULA
| a(n) = product_{i=1..n} A003266(i). - R. J. Mathar ((mathar(AT)strw.leidenuniv.nl), Dec 12 2008
|
|
|
MATHEMATICA
| lst={}; p0=p1=1; Do[p0*=a[n]; p1*=p0; AppendTo[lst, p1], {n, 1, 3*3!}]; lst
|
|
|
CROSSREFS
| Cf. A001924, A003266.
Sequence in context: A061300 A079264 A006939 * A131690 A158261 A012547
Adjacent sequences: A152683 A152684 A152685 * A152687 A152688 A152689
|
|
|
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
|
| |
|
|