cp's OEIS Frontend

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.

A157700 Decimal expansion of log(4/(1 + sqrt(2))).

This page as a plain text file.
%I A157700 #13 Sep 08 2022 08:45:42
%S A157700 5,0,4,9,2,0,7,7,4,1,0,0,3,4,7,5,9,3,6,0,1,8,5,4,9,1,7,9,3,6,5,6,0,8,
%T A157700 2,7,1,2,2,8,3,9,9,4,0,4,5,8,8,7,5,0,9,7,4,8,8,0,6,4,4,1,0,3,3,3,4,1,
%U A157700 0,0,5,9,7,1,7,3,6,3,3,4,3,3,7,8,0,1,9,7,6,2,0,8,2,5,8,1,3,3,2,2,2,7,2,6,3
%N A157700 Decimal expansion of log(4/(1 + sqrt(2))).
%C A157700 Equals Sum_{n>=2, n even} binomial(2n,n)/(n*4^n) = A016627-A091648.
%H A157700 G. C. Greubel, <a href="/A157700/b157700.txt">Table of n, a(n) for n = 0..10000</a>
%H A157700 D. H. Lehmer, <a href="http://www.jstor.org/stable/2322496">Interesting series involving the Central Binomial Coefficient</a>, Am. Math. Monthly 92, no 7 (1985) 449-457.
%H A157700 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e A157700 0.5049207741003475936018...
%p A157700 log(4/(1+sqrt(2))) ;
%t A157700 RealDigits[Log[4/(1+Sqrt[2])],10,120][[1]] (* _Harvey P. Dale_, Jun 08 2014 *)
%o A157700 (PARI) default(realprecision, 100); log(4/(1+sqrt(2))) \\ _G. C. Greubel_, Oct 02 2018
%o A157700 (Magma) SetDefaultRealField(RealField(100)); Log(4/(1+Sqrt(2))); // _G. C. Greubel_, Oct 02 2018
%K A157700 cons,easy,nonn
%O A157700 0,1
%A A157700 _R. J. Mathar_, Mar 04 2009