OFFSET
3,1
COMMENTS
Let x be this constant, then Integral_{t=1..x} sin(t)/sqrt(t) dt = 0.655555692248871113068...
delta^2 = 21.8014436664499573..., (delta/Gamma(delta))^2 = 0.10000663312663433933000349...
If s is solution of Gamma(s) - sqrt(218) = 0 then 1/((s - delta)*Gamma(delta)^6) = 2.5555951358396... whereas a^(Pi/4) = 2.055596478435... where a is Feigenbaum alpha constant (A006891), the difference = 0.4999986574... ~ 1/(2 + 10^-5.27)
10*cos(Gamma(delta)^2) + Pi = -0.199999019922688714710053...
LINKS
EXAMPLE
217.99997644999881468628813957793609890726797890973...
MATHEMATICA
Set delta then RealDigits[Gamma[delta]^2, 10, 110][[1]]
PROG
(PARI) acos(Pi/10+.0199999019922688714710053)+69*Pi \\ Yields ~ 30 digits. Using (2e5-1)/(1e7-1) yields ~ 15 digits. For a better value use, e.g., delta from the Broadhurst link. - M. F. Hasler, Apr 30 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Gerald McGarvey, Feb 26 2005
STATUS
approved