OFFSET
1,1
COMMENTS
Close to A085846 which is also close to the product Zeta(2...s) and this is itself close to 2e-Pi. The e-th root of e, eRe, is the maximum for any aRa = bRb pair. See A085846. Likewise for a^b = b^a pairs there is a minimum, e^e.
For the Foias constant F satisfying FRF = fRf, F*f is very close to the third zero of the Riemann zeta function.
LINKS
Danny Rorabaugh, Table of n, a(n) for n = 1..10000
FORMULA
Equals (Pi + e^(1/e))/2.
EXAMPLE
2.2931302572997796860604912459379665536278824263086794933977336283...
MATHEMATICA
First[RealDigits[N[(E^(1/E) + Pi)/2, 100]]] (* Ryan Propper, Jul 21 2006 *)
PROG
(SageMath) N((pi+exp(exp(-1)))/2, digits=107) # Danny Rorabaugh, Mar 26 2015
(PARI) (exp(exp(-1))+Pi)/2 \\ Charles R Greathouse IV, Mar 10 2016
(Magma) R:= RealField(100); (Pi(R) + Exp(1/Exp(1)))/2; // G. C. Greubel, Aug 31 2018
CROSSREFS
KEYWORD
AUTHOR
Marco Matosic, Jan 13 2006
EXTENSIONS
a(18)-a(100) from Ryan Propper, Jul 21 2006
a(99)-a(100) corrected and a(101)-a(105) added by Danny Rorabaugh, Mar 26 2015
STATUS
approved