A078460 Initial n digits in decimal portion of the Traveling Salesman constant (A073008) form a prime number.
1, 2, 20, 26, 351, 425, 696
Offset: 1
Examples
a(2)=2 since 71 is prime.
Crossrefs
Cf. A073008.
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.
a(2)=2 since 71 is prime.
0.24197072451914334979783019293556...
SetDefaultRealField(RealField(100)); R:= RealField(); 1/Sqrt(2*Pi(R)*Exp(1)); // G. C. Greubel, Aug 19 2018
RealDigits[1/Sqrt[2*Pi*E], 10, 100] // First
1/sqrt(2*Pi*exp(1)) \\ G. C. Greubel, Aug 19 2018
2.041548186412132418045490158381455866340250252564691915512131281...
y[x_] := -2 - ProductLog[-1, E^(-2-x)*(2 - 2*E^x + x)]; beta = (1/2)*NIntegrate[y[x], {x, 0, Infinity}, WorkingPrecision -> 102]; beta // RealDigits // First
Comments