A202953 Decimal expansion of x^x with x=Pi^Pi.
8, 8, 7, 4, 5, 5, 1, 7, 2, 1, 8, 3, 1, 2, 4, 2, 9, 5, 8, 7, 4, 6, 3, 1, 4, 5, 5, 2, 2, 5, 4, 3, 4, 6, 0, 2, 6, 8, 8, 4, 1, 2, 8, 6, 6, 7, 6, 5, 4, 6, 6, 1, 2, 5, 0, 0, 5, 1, 5, 8, 8, 5, 4, 8, 4, 2, 8, 0, 1, 2, 9, 0, 2, 0, 5, 5, 6, 3, 7, 8, 1, 8, 9, 4, 7, 9, 3, 4, 2, 7, 0, 2, 1, 6, 5, 3, 4, 3, 3, 8
Offset: 57
Examples
887455172183124295874631455225434602688412866765466125005.158854842801290205563781894793427...
Programs
-
Mathematica
With[{x=Pi^Pi},RealDigits[x^x,10,120][[1]]] (* Harvey P. Dale, Dec 31 2011 *)
-
PARI
p(x)=x^x /* then type p(p(Pi)) */