OFFSET
0,3
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 286.
LINKS
Pieter Moree, A special value of Dickman's function, Math. Student, Vol. 64 (1995), pp. 47-50; entire volume.
Pieter Moree, Nicolaas Govert de Bruijn, the enchanter of friable integers, Indagationes Mathematicae, Vol. 24, No. 4 (2013), pp. 774-801.
Eric Weisstein's World of Mathematics, Dickman Function.
Wikipedia, Dickman function.
FORMULA
Equals 1 - 2*log(phi) + log(phi)^2 - Pi^2/60 (Moree, 1995).
EXAMPLE
0.10464776377316485385416972771819339482414269115729...
MATHEMATICA
RealDigits[1 - 2*Log[GoldenRatio] + Log[GoldenRatio]^2 - Pi^2/60, 10, 100][[1]]
PROG
(PARI) my(phi = quadgen(5)); 1 - 2*log(phi) + log(phi)^2 - Pi^2/60 \\ Amiram Eldar, Jan 09 2025
CROSSREFS
KEYWORD
AUTHOR
Amiram Eldar, May 20 2021
EXTENSIONS
More terms from Amiram Eldar, Jan 09 2025
STATUS
approved