A194160 Constant associated with the product of the first n nonzero odd-indexed Fibonacci numbers.
1, 4, 7, 2, 8, 8, 5, 9, 2, 9, 0, 9, 9, 5, 6, 9, 3, 1, 4, 6, 0, 7, 1, 3, 4, 2, 8, 1, 5, 0, 3, 8, 1, 5, 9, 3, 2, 2, 6, 9, 6, 2, 9, 5, 1, 5, 2, 6, 5, 6, 9, 9, 0, 5, 3, 7, 1, 1, 1, 5, 8, 6, 2, 3, 7, 6, 2, 7, 3, 6, 4, 9, 2, 8, 7, 7, 0, 5, 3, 7, 4, 4, 8, 2, 0, 5, 3, 1, 5, 9, 0, 6, 0, 9, 3, 6, 0
Offset: 1
Examples
C1 = 1.4728859290995693146071...
References
- Ronald L. Graham, Donald E. Knuth and Oren Patashnik, Concrete Mathematics, 6th printing with corrections. Addison-Wesley, Reading, MA, p. 478 and p. 571, 1990.
Links
- Eric Weisstein, Fibonorial, Mathworld.
Programs
-
Mathematica
RealDigits[Product[1-((-1)/GoldenRatio^2)^(2k-1),{k,1000}],10, 100] [[1]] (* Harvey P. Dale, Aug 28 2011 *) RealDigits[QPochhammer[-GoldenRatio^2, 1/GoldenRatio^4]/(GoldenRatio Sqrt[5]), 10, 100][[1]] (* Vladimir Reshetnikov, Sep 15 2016 *)
Comments