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!)
A087495 Decimal expansion of Khinchin mean K_{-5}. 10
1, 1, 8, 9, 0, 0, 3, 9, 2, 6, 4, 6, 5, 5, 1, 3, 1, 5, 4, 0, 6, 2, 3, 6, 3, 7, 3, 2, 7, 7, 1, 4, 0, 3, 3, 9, 7, 3, 8, 6, 0, 9, 2, 5, 1, 2, 6, 3, 9, 6, 7, 1, 6, 2, 6, 4, 0, 9, 8, 4, 3, 6, 9, 3, 5, 6, 4, 6, 6, 5, 0, 0, 7, 9, 6, 8, 4, 2, 3, 0, 6, 1, 7, 7, 4, 2, 4, 6, 8, 9, 3, 3, 3, 3, 9, 7, 6, 3, 1, 1 (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.18900392...
MATHEMATICA
m = 5; 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: A273555 A213153 A132038 * A111253 A021533 A073242
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Sep 09 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 24 15:49 EDT 2024. Contains 371961 sequences. (Running on oeis4.)