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”).

A033151
Continued fraction for Niven's constant.
4
1, 1, 2, 2, 1, 1, 4, 1, 1, 3, 4, 4, 8, 4, 1, 1, 2, 1, 1, 11, 1, 4, 2, 2, 1, 2, 1, 2, 2, 2, 1, 1, 1, 7, 14, 2, 1, 13, 2, 1, 6, 2, 3, 1, 1, 1, 5, 2, 2, 8, 29, 1, 6, 1, 18, 1, 3, 2, 1, 5, 1, 1, 1, 18, 1, 3, 1, 372, 3, 3, 1, 47, 2, 1, 6, 1, 5, 1, 4, 1, 2, 4, 2, 2, 1, 1, 2, 7, 1, 7, 1, 14, 6, 5, 1, 559, 1
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
Cf. A033150 (decimal expansion).
Sequence in context: A078692 A273432 A284343 * A046079 A319700 A279104
KEYWORD
nonn,cofr
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 04 2024
STATUS
approved