OFFSET
0,1
COMMENTS
This constant is irrational (Erdős and Pomerance, 1978).
It is assumed that gpf(1) = A006530(1) = 1.
LINKS
Paul Erdős and Carl Pomerance, On the largest prime factors of n and n + 1, Aequationes mathematicae, Vol. 17, No. 1 (1978), pp. 115-115, alternative link.
EXAMPLE
0.83522592242052459434878298057517624119404331710532...
MATHEMATICA
gpf[n_] := FactorInteger[n][[-1, 1]]; e[n_] := Boole[gpf[n+1] > gpf[n]]; RealDigits[Sum[e[n]/2^n, {n, 1, 500}], 10, 100][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Apr 13 2020
STATUS
approved