A245298 Decimal expansion of the Landau-Kolmogorov constant C(5,3) for derivatives in the case L_infinity(infinity, infinity).
1, 1, 1, 9, 4, 2, 3, 7, 3, 1, 7, 3, 5, 1, 0, 7, 6, 1, 1, 6, 2, 9, 7, 1, 1, 0, 8, 2, 0, 8, 1, 2, 6, 1, 0, 4, 1, 2, 4, 9, 9, 8, 5, 5, 6, 7, 0, 5, 8, 6, 0, 7, 0, 8, 6, 5, 2, 0, 9, 8, 2, 7, 9, 9, 1, 3, 1, 5, 4, 2, 2, 9, 2, 2, 9, 6, 9, 0, 4, 5, 1, 5, 2, 5, 2, 6, 2, 8, 6, 5, 9, 6, 1, 3, 0, 8, 5, 2, 2, 9, 2, 9, 5, 2
Offset: 1
Examples
1.11942373173510761162971108208126104124998556705860708652098279913...
References
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.3 Landau-Kolmogorov constants, p. 213.
Links
- Eric Weisstein's MathWorld, Landau-Kolmogorov Constants
- Eric Weisstein's MathWorld, Favard Constants
Programs
-
Mathematica
a[n_] := (4/Pi)*Sum[((-1)^j/(2*j+1))^(n+1), {j, 0, Infinity}]; c[n_, k_] := a[n-k]*a[n]^(-1+k/n); RealDigits[c[5,3], 10, 104] // First
Comments