login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104178
Decimal expansion of log_10(3+2*sqrt(2)).
4
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,1
LINKS
Eric Weisstein's World of Mathematics, Delannoy Number
Eric Weisstein's World of Mathematics, Schroeder Number
EXAMPLE
0.76555137067572615663879904838401222647744473741413659711191114201...
MATHEMATICA
RealDigits[ Log[10, 3 + 2Sqrt[2]], 10, 111][[1]] (* Robert G. Wilson v *)
PROG
(PARI) log(3 + 2*sqrt(2))/log(10) \\ G. C. Greubel, Mar 27 2018
(Magma) Log(3+2*Sqrt(2))/Log(10); // G. C. Greubel, Mar 27 2018
CROSSREFS
Sequence in context: A120634 A178753 A377643 * A092874 A371322 A198109
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Dec 24 2005
EXTENSIONS
More terms from Robert G. Wilson v, Dec 28 2005
STATUS
approved