login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157699 Decimal expansion of 2*log(1/2 + 1/sqrt(2)). 1
3, 7, 6, 4, 5, 2, 8, 1, 2, 9, 1, 9, 1, 9, 5, 4, 3, 1, 6, 3, 0, 7, 5, 4, 4, 0, 7, 0, 4, 3, 2, 3, 1, 4, 8, 1, 9, 0, 5, 3, 2, 0, 3, 8, 7, 8, 0, 2, 7, 6, 0, 3, 1, 3, 2, 6, 5, 2, 3, 1, 1, 9, 8, 3, 1, 9, 9, 6, 7, 1, 2, 4, 5, 0, 4, 6, 6, 2, 7, 4, 4, 4, 5, 5, 6, 8, 7, 1, 2, 9, 8, 2, 7, 6, 7, 4, 7, 1, 0, 6, 2, 9, 4, 7, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Equals Sum_{n>=1} (-1)^(n+1)*binomial(2n,n)/(n*4^n). A factor 2 is missing in the Lehmer publication.
LINKS
D. H. Lehmer, Interesting series involving the Central Binomial Coefficient, Am. Math. Monthly 92, no 7 (1985) 449-457.
FORMULA
0.3764528129191954316... = 2*0.1882264064595977158153772035... = 2*log(1.2071067811865...)
MAPLE
2*log(1/2+1/sqrt(2)) ;
MATHEMATICA
RealDigits[2Log[1/2+1/Sqrt[2]], 10, 120][[1]] (* Harvey P. Dale, Apr 12 2017 *)
PROG
(PARI) default(realprecision, 100); 2*log(1/2+1/sqrt(2)) \\ G. C. Greubel, Oct 02 2018
(Magma) SetDefaultRealField(RealField(100)); 2*Log(1/2+1/Sqrt(2)); // G. C. Greubel, Oct 02 2018
CROSSREFS
Sequence in context: A065281 A256848 A019952 * A283270 A159779 A188734
KEYWORD
cons,easy,nonn
AUTHOR
R. J. Mathar, Mar 04 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)