OFFSET
1,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
FORMULA
From Peter Bala, Mar 05 2024: (Start)
log(64) = 4 + Sum_{n >= 1} (-1)^(n+1)/(p(n)*p(n+1)), where p(n) = n*(2*n^2 + 1)/3 = A005900.
EXAMPLE
4.158883083359671856503392728749059408453000806161531524724080056960361...
MATHEMATICA
RealDigits[Log[64], 10, 120][[1]] (* Harvey P. Dale, May 06 2022 *)
PROG
(PARI) default(realprecision, 20080); x=log(64); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016687.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved