A104178 Decimal expansion of log_10(3+2*sqrt(2)).
7, 6, 5, 5, 5, 1, 3, 7, 0, 6, 7, 5, 7, 2, 6, 1, 5, 6, 6, 3, 8, 7, 9, 9, 0, 4, 8, 3, 8, 4, 0, 1, 2, 2, 2, 6, 4, 7, 7, 4, 4, 4, 7, 3, 7, 4, 1, 4, 1, 3, 6, 5, 9, 7, 1, 1, 1, 9, 1, 1, 1, 4, 2, 0, 1, 1, 3, 5, 4, 2, 5, 1, 0, 8, 7, 9, 5, 6, 2, 7, 9, 0, 7, 8, 5, 9, 0, 1, 4, 7, 4, 1, 3, 8, 7, 6, 8, 9, 3, 7, 4, 9, 1, 7, 8
Offset: 0
Examples
0.76555137067572615663879904838401222647744473741413659711191114201...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- Eric Weisstein's World of Mathematics, Delannoy Number
- Eric Weisstein's World of Mathematics, Schroeder Number
Programs
-
Magma
Log(3+2*Sqrt(2))/Log(10); // G. C. Greubel, Mar 27 2018
-
Mathematica
RealDigits[ Log[10, 3 + 2Sqrt[2]], 10, 111][[1]] (* Robert G. Wilson v *)
-
PARI
log(3 + 2*sqrt(2))/log(10) \\ G. C. Greubel, Mar 27 2018
Extensions
More terms from Robert G. Wilson v, Dec 28 2005