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.
%I A255728 #12 Jan 17 2020 16:27:25 %S A255728 6,8,4,0,0,0,3,8,9,4,3,7,9,3,2,1,2,9,1,8,2,7,4,4,4,5,9,9,9,2,6,6,1,1, %T A255728 2,6,7,1,0,9,9,1,4,8,2,6,5,4,9,9,9,4,3,4,3,2,2,6,3,0,3,7,7,1,3,8,1,5, %U A255728 3,0,5,8,1,2,4,9,7,6,6,3,8,1,5,0,9,5,9,8,3,4,2,1,2,7,2,1,4,7,8,6,7,2,2 %N A255728 Decimal expansion of the imaginary part (negated) of the limit (2N -> infinity) of Integral_{1..2N} exp(i*Pi*x)*x^(1/x) dx. %H A255728 Steven R. Finch, <a href="http://arxiv.org/abs/2001.00578">Errata and Addenda to Mathematical Constants</a>, p. 60. %e A255728 -0.6840003894379321291827444599926611267109914826549994343... %t A255728 digits = 103; NIntegrate[x^(1/x)*Sin[Pi*x], {x, 1, Infinity}, WorkingPrecision -> 2*digits] - 1/Pi // RealDigits[#, 10, digits]& // First %Y A255728 Cf. A255727 (real part), A157852. %K A255728 nonn,cons %O A255728 0,1 %A A255728 _Jean-François Alcover_, Mar 04 2015