OFFSET
0,2
COMMENTS
This is an erroneous version of A086466 produced by the Apelblat formula, which contains two typos.
REFERENCES
Alexander Apelblat, Tables of Integrals and Series, Harri Deutsch, (1996), 4.1.42.
LINKS
EXAMPLE
0.084177408000833203035548695384667267885531840399884582887759..
MAPLE
1/5*ln(1/2+1/2*2^(1/2))*5^(1/2) ;
MATHEMATICA
Join[{0}, RealDigits[Log[1/2+1/Sqrt[2] ]/Sqrt[5], 10, 120][[1]]] (* Harvey P. Dale, May 24 2016 *)
PROG
(PARI) default(realprecision, 100); 1/5*log(1/2+1/2*2^(1/2))*5^(1/2) \\ G. C. Greubel, Oct 02 2018
(Magma) SetDefaultRealField(RealField(100)); 1/5*Log(1/2+1/2*2^(1/2))*5^(1/2); // G. C. Greubel, Oct 02 2018
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Feb 08 2009
EXTENSIONS
Uncovered Apelblat errors. - R. J. Mathar, Mar 04 2009
STATUS
approved