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 A322259 #27 Jan 05 2025 19:51:41 %S A322259 4,0,2,5,9,2,6,3,6,3,2,2,4,7,8,2,4,7,5,7,4,4,6,7,2,1,5,8,4,3,9,9,0,1, %T A322259 6,4,3,7,4,6,4,1,4,8,2,4,4,4,4,0,9,3,7,3,9,5,1,6,8,4,2,3,1,9,1,4,1,8, %U A322259 5,3,0,3,1,2,6,8,8,5,3,3,7,1,4,6,7,6,5 %N A322259 Decimal expansion of exp(-9 + 5*phi), where phi is the golden ratio. %H A322259 Muniru A Asiru, <a href="/A322259/b322259.txt">Table of n, a(n) for n = 0..2000</a> %H A322259 Don Redmond, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/32-3/redmond.pdf">Infinite products and Fibonacci numbers</a>, Fib. Quart., Vol. 32, No. 3 (1994), pp. 234-239. %H A322259 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %F A322259 Equals Product_{k>=1} (L(k)/(sqrt(5)*F(k)))^(mu(k)/k), where L(k) and F(k) are the Lucas and Fibonacci numbers, and mu(k) is the Moebius function. %F A322259 Equals exp(-A226765). %e A322259 0.40259263632247824757446721584399016437464148244440... %p A322259 evalf[100](exp(-9+5*(1+sqrt(5))/2)); # _Muniru A Asiru_, Dec 06 2018 %t A322259 RealDigits[Exp[-9+5*GoldenRatio], 10, 120][[1]] %o A322259 (PARI) exp(-(13-5*sqrt(5))/2) \\ _Michel Marcus_, Dec 02 2018 %o A322259 (Magma) SetDefaultRealField(RealField(100)); Exp(-(13-5*Sqrt(5))/2); // _G. C. Greubel_, Dec 16 2018 %o A322259 (Sage) numerical_approx(exp(-(9-5*golden_ratio)), digits=100) # _G. C. Greubel_, Dec 16 2018 %Y A322259 Cf. A000032, A000045, A001622, A008683, A226765, A322258. %K A322259 nonn,cons %O A322259 0,1 %A A322259 _Amiram Eldar_, Dec 01 2018