This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A194160 #16 Feb 16 2025 08:33:15 %S A194160 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, %T A194160 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, %U A194160 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 %N A194160 Constant associated with the product of the first n nonzero odd-indexed Fibonacci numbers. %C A194160 A194158(n) = prod(i=1..n, F(2*i-1) ) is asymptotic to C1*phi^(n*n)/sqrt(5)^n where phi=(1+sqrt(5))/2 and F(n) = A000045(n). The decimal expansion of the constant C1 is given here. %D A194160 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. %H A194160 Eric Weisstein, <a href="https://mathworld.wolfram.com/Fibonorial.html">Fibonorial</a>, Mathworld. %F A194160 C1 = prod(k>=1, 1-alpha^(2*k-1) ) where alpha = (-1/phi^2) and phi = (1+sqrt(5))/2. %F A194160 C1 = A062073/A194159 %e A194160 C1 = 1.4728859290995693146071... %t A194160 RealDigits[Product[1-((-1)/GoldenRatio^2)^(2k-1),{k,1000}],10, 100] [[1]] (* _Harvey P. Dale_, Aug 28 2011 *) %t A194160 RealDigits[QPochhammer[-GoldenRatio^2, 1/GoldenRatio^4]/(GoldenRatio Sqrt[5]), 10, 100][[1]] (* _Vladimir Reshetnikov_, Sep 15 2016 *) %Y A194160 Cf. A003266 and A062073; A194158 and A194160; A194157 and A194159. %K A194160 nonn,easy,cons %O A194160 1,2 %A A194160 _Johannes W. Meijer_, Aug 21 2011