The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A087497 Decimal expansion of Khinchin mean K_{-7}. 10
1, 1, 3, 3, 3, 2, 3, 3, 6, 3, 9, 5, 0, 8, 6, 5, 7, 9, 4, 9, 1, 0, 2, 8, 9, 6, 9, 4, 9, 0, 8, 8, 6, 8, 3, 6, 3, 5, 9, 9, 0, 9, 8, 2, 8, 2, 4, 1, 1, 7, 9, 7, 7, 5, 2, 5, 9, 6, 1, 3, 0, 8, 1, 7, 9, 4, 4, 2, 5, 7, 4, 1, 9, 8, 7, 6, 2, 6, 7, 4, 4, 5, 0, 1, 0, 3, 5, 4, 4, 5, 8, 0, 4, 9, 0, 0, 2, 0, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Khinchin's constant is K_0.
LINKS
Eric Weisstein's World of Mathematics, Khinchin's Constant
EXAMPLE
1.13332336...
MATHEMATICA
m = 7; digits = 100; exactEnd = 1000; f[n_] = -(Log[1 - (1 + n)^(-2)]/(n^m*Log[2])); s[n_] = Series[f[n], {n, Infinity, digits}] // Normal // N[#, digits]&; exactSum = Sum[f[n], {n, 1, exactEnd}] // N[#, digits]&; extraSum = Sum[s[n], {n, exactEnd + 1, Infinity}] // N[#, digits]&; (exactSum + extraSum)^(-1/m) // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Feb 14 2013 *)
CROSSREFS
Sequence in context: A306996 A166007 A372748 * A085767 A082127 A031354
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Sep 09 2003
EXTENSIONS
More terms from Jean-François Alcover, Feb 14 2013
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)