cp's OEIS Frontend

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.

A241990 Decimal expansion of 'delta', a constant arising in the asymptotics of the regularized product of the Fibonacci numbers.

This page as a plain text file.
%I A241990 #18 Nov 09 2024 02:36:24
%S A241990 8,9,9,2,1,2,6,8,0,7,8,5,5,0,0,8,8,6,2,5,7,6,9,8,8,3,8,7,7,5,2,8,8,1,
%T A241990 8,2,4,3,5,0,4,5,4,1,1,7,0,6,8,4,8,4,9,8,1,7,2,6,5,6,1,5,1,4,9,4,7,5,
%U A241990 0,8,1,8,8,1,8,6,9,7,0,9,6,1,3,2,7,1,5,9,5,5,8,3,6,8,9,3,9,9,8,3,5,4,1
%N A241990 Decimal expansion of 'delta', a constant arising in the asymptotics of the regularized product of the Fibonacci numbers.
%D A241990 Steven R. Finch, Mathematical Constants, Cambridge, 2003, Section 1.2.5 Fibonacci factorials, p. 10.
%H A241990 Steven R. Finch, <a href="http://arxiv.org/abs/2001.00578">Errata and Addenda to Mathematical Constants.</a> p. 1.
%H A241990 Adrian R. Kitson, <a href="http://arxiv.org/abs/math/0608187">The regularized product of the Fibonacci numbers.</a> (2006) arXiv:math/0608187 [math.HO]
%F A241990 delta = 5^(1/4)*exp(-log(5)^2/(8*log(phi)))*c/phi^(1/12), where phi is the golden ratio and c is the Fibonacci factorial constant (c = A062073 = 1.226742...).
%e A241990 0.899212680785500886257698838775288182435045411706848498172656...
%t A241990 c = QPochhammer[-1/GoldenRatio^2]; delta = 5^(1/4)*Exp[-Log[5]^2/(8*Log[GoldenRatio])]*c/GoldenRatio^(1/12); RealDigits[delta, 10, 103] // First
%Y A241990 Cf. A062073.
%K A241990 nonn,cons,easy
%O A241990 0,1
%A A241990 _Jean-François Alcover_, Aug 11 2014