A204188 Decimal expansion of sqrt(5)/4.
5, 5, 9, 0, 1, 6, 9, 9, 4, 3, 7, 4, 9, 4, 7, 4, 2, 4, 1, 0, 2, 2, 9, 3, 4, 1, 7, 1, 8, 2, 8, 1, 9, 0, 5, 8, 8, 6, 0, 1, 5, 4, 5, 8, 9, 9, 0, 2, 8, 8, 1, 4, 3, 1, 0, 6, 7, 7, 2, 4, 3, 1, 1, 3, 5, 2, 6, 3, 0, 2, 3, 1, 4, 0, 9, 4, 5, 1, 2, 2, 4, 8, 5, 3, 6, 0, 3, 6, 0, 2, 0, 9, 4, 6, 9, 5, 5, 6, 8, 7
Offset: 0
Examples
0.5590169943749474241022934171828190588601545899028814310677243113526302...
Links
- J. Sondow, Evaluation of Tachiya's algebraic infinite products involving Fibonacci and Lucas numbers, Diophantine Analysis and Related Fields 2011 - AIP Conference Proceedings, vol. 1385, pp. 97-100.
- Y. Tachiya, Transcendence of certain infinite products, J. Number Theory 125 (2007), 182-200.
- Wikipedia, Brillouin zone
Programs
-
Maple
evalf(sqrt(5)/4);
-
Mathematica
RealDigits[Sqrt[5]/4, 10, 100][[1]] (* Amiram Eldar, Dec 04 2018 *)
-
PARI
sqrt(5)/4 \\ Charles R Greathouse IV, Apr 21 2016
Comments