A092036 Decimal expansion of (Pi*e)^2.
7, 2, 9, 2, 7, 0, 6, 0, 5, 9, 3, 9, 0, 2, 1, 1, 2, 7, 2, 3, 9, 5, 6, 0, 9, 1, 9, 0, 0, 2, 8, 6, 6, 5, 9, 0, 9, 8, 8, 1, 5, 8, 6, 0, 9, 6, 1, 1, 6, 4, 0, 4, 5, 6, 0, 0, 3, 2, 1, 8, 8, 3, 6, 6, 9, 4, 9, 1, 2, 8, 7, 3, 9, 5, 3, 3, 8, 4, 0, 3, 1, 8, 8, 6, 4, 3, 5, 1, 5, 2, 6, 3, 2, 7, 6, 1, 2, 1, 4, 0
Offset: 2
Examples
72.927060...
Crossrefs
Cf. A019609 (Pi*e).
Programs
-
Mathematica
RealDigits[N[(Pi*E)^2,6! ]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2009 *)
-
PARI
Pi^2*exp(2) \\ Michel Marcus, Jan 17 2015