login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A344475
Decimal expansion of the value of the Dickman function at phi + 1 = phi^2 = (3 + sqrt(5))/2 (A104457).
1
1, 0, 4, 6, 4, 7, 7, 6, 3, 7, 7, 3, 1, 6, 4, 8, 5, 3, 8, 5, 4, 1, 6, 9, 7, 2, 7, 7, 1, 8, 1, 9, 3, 3, 9, 4, 8, 2, 4, 1, 4, 2, 6, 9, 1, 1, 5, 7, 2, 9, 7, 9, 8, 7, 7, 1, 9, 7, 0, 9, 0, 6, 8, 0, 7, 2, 4, 6, 6, 8, 6, 3, 3, 1, 0, 1, 9, 8, 1, 7, 6, 7, 7, 7, 6, 7, 2, 7, 9, 8, 7, 7, 8, 9, 6, 5, 5, 7, 4, 5, 3, 0, 8, 7, 9
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
nonn,cons,changed
AUTHOR
Amiram Eldar, May 20 2021
EXTENSIONS
More terms from Amiram Eldar, Jan 09 2025
STATUS
approved