OFFSET
0,3
LINKS
I. Niven, Averages of Exponents in Factoring Integers, Proc. Amer. Math. Soc. 22, 356-360, 1969.
Eric Weisstein's World of Mathematics, Niven's Constant
G. Xiao, Contfrac
MATHEMATICA
rd[n_] := rd[n] = RealDigits[ N[1 + Sum[1 - 1/Zeta[j], {j, 2, 2^n}], 105]][[1]]; rd[n = 4]; While[rd[n] =!= rd[n - 1], n++]; Niven = FromDigits[{rd[n], 1}]; ContinuedFraction[Niven, 100] (* Jean-François Alcover, Oct 30 2012 *)
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 04 2024
STATUS
approved