cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A245535 Decimal expansion of the analog of the Gibbs-Wilbraham constant for L_1 trigonometric polynomial approximation.

This page as a plain text file.
%I A245535 #7 Feb 16 2025 08:33:23
%S A245535 0,6,5,7,8,3,8,8,8,2,6,6,4,4,8,0,9,9,0,5,6,5,5,1,2,1,8,0,8,7,4,7,0,4,
%T A245535 6,6,9,4,9,9,5,6,4,8,0,3,2,1,6,0,5,1,2,7,3,0,7,1,3,2,0,4,7,5,3,5,4,7,
%U A245535 9,5,3,9,7,2,9,6,1,7,7,0,4,0,8,5,8,7,1,0,5,8,8,9,9,7,8,4,5,3,3,7,9,5
%N A245535 Decimal expansion of the analog of the Gibbs-Wilbraham constant for L_1 trigonometric polynomial approximation.
%D A245535 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 4.1 Gibbs-Wilbraham Constant, p. 249.
%H A245535 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/Wilbraham-GibbsConstant.html">Wilbraham-Gibbs Constant</a>
%F A245535 Maximum g(x0) of the function g(x) = (psi(x/2) - psi((x+1)/2) + 1/x)*sin(Pi*x)/Pi, for x >= 1, where psi is the polygamma function.
%e A245535 x0 = 1.376991769203938865765266614301624670814900061506257246...
%e A245535 g(x0) = 0.0657838882664480990565512180874704669499564803216...
%t A245535 digits = 101; g[x_] := (PolyGamma[x/2] - PolyGamma[(x+1)/2] + 1/x)*Sin[Pi*x]/Pi; x0 = x /. FindRoot[g'[x] == 0, {x, 3/2}, WorkingPrecision -> digits+5]; RealDigits[g[x0], 10, digits] // First
%Y A245535 Cf. A036792, A036793, A243267, A243268.
%K A245535 nonn,cons
%O A245535 0,2
%A A245535 _Jean-François Alcover_, Jul 25 2014