A231736 Decimal expansion of the natural logarithm of Pi^Pi.
3, 5, 9, 6, 2, 7, 4, 9, 9, 9, 7, 2, 9, 1, 5, 8, 1, 9, 8, 0, 8, 6, 0, 0, 1, 7, 5, 1, 6, 4, 6, 3, 6, 0, 3, 8, 1, 3, 6, 9, 1, 7, 9, 2, 8, 9, 7, 5, 3, 8, 7, 7, 2, 3, 0, 4, 9, 7, 2, 4, 4, 1, 2, 0, 8, 2, 0, 9, 5, 9, 5, 5, 6, 5, 4, 3, 7, 1, 6, 8, 2, 8, 3, 9, 7, 4, 6, 8, 9, 9, 6, 2, 4, 0, 7, 2, 5, 2, 2, 5, 2, 1, 6, 0, 6
Offset: 1
Examples
3.59627499972915819808600175164636038136917928975387723049724412082...
Links
- Stanislav Sykora, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
RealDigits[Pi * Log[Pi], 10, 120][[1]] (* Amiram Eldar, May 17 2023 *)
-
PARI
Pi*log(Pi)
Formula
Equals Pi*log(Pi).
Comments