login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033152 Position of first occurrence of n in the continued fraction for Niven's constant. 3
1, 3, 10, 7, 47, 41, 34, 13, 140, 252, 20, 335, 38, 35, 327, 185, 200, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 500. - Michel ten Voorde Jun 14 2003
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.
MATHEMATICA
rd[n_] := rd[n] = RealDigits[ N[1 + Sum[1 - 1/Zeta[j], {j, 2, 2^n}], 400]][[1]]; rd[n = 4]; While[rd[n] =!= rd[n-1], n++]; Niven = FromDigits[{rd[n], 1}]; A033151 = ContinuedFraction[Niven]; a[n_] := Position[A033151, n][[1, 1]]; Table[a[n], {n, 1, 18}] (* Jean-François Alcover, Oct 31 2012 *)
CROSSREFS
Sequence in context: A185139 A300786 A182241 * A281178 A280461 A222345
KEYWORD
nonn,cofr,more
AUTHOR
EXTENSIONS
More terms from Michel ten Voorde, Jun 14 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)