A062542 Decimal expansion of the continued fraction constant (base 10).
1, 0, 3, 0, 6, 4, 0, 8, 3, 4, 1, 0, 0, 7, 1, 2, 9, 3, 5, 8, 8, 1, 7, 7, 6, 0, 9, 4, 1, 1, 6, 9, 3, 6, 8, 4, 0, 9, 2, 5, 9, 2, 0, 3, 1, 1, 1, 2, 0, 7, 2, 6, 2, 8, 1, 7, 7, 0, 0, 6, 0, 9, 5, 2, 2, 3, 4, 9, 5, 4, 4, 2, 8, 0, 0, 4, 7, 9, 9, 7, 6, 7, 5, 1, 8, 3, 6, 0, 8, 0, 8, 3, 9, 5, 6, 5, 8, 6, 5, 4, 7, 6, 2, 6, 3
Offset: 1
Examples
1.03064083410071293588177609411693684092592031112...
References
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 1.8 Khintchine-Lévy constants, p. 60.
Links
- Simon Plouffe, Plouffe's Inverter.
- Eric Weisstein's World of Mathematics, Lochs' Theorem.
Programs
-
Mathematica
RealDigits[Pi^2/(6Log[2]Log[10]),10,120][[1]] (* Harvey P. Dale, Apr 11 2012 *)
-
PARI
Pi^2/(6*log(2)*log(10)) \\ Stefano Spezia, Nov 16 2024
Formula
Equals Pi^2/(6 (log 2) (log 10)).
Comments