A195059 Decimal expansion of Pi^2/13.
7, 5, 9, 2, 0, 0, 3, 3, 8, 5, 4, 5, 3, 3, 5, 2, 7, 8, 3, 7, 1, 8, 8, 3, 9, 2, 3, 0, 6, 7, 3, 9, 6, 2, 4, 1, 1, 7, 7, 9, 7, 6, 8, 7, 7, 4, 8, 0, 0, 6, 0, 8, 1, 7, 4, 1, 6, 4, 1, 1, 4, 9, 0, 4, 7, 8, 4, 6, 4, 9, 8, 6, 3, 3, 9, 9, 3, 8, 8, 6, 4, 8, 4, 6, 2, 9, 0, 2, 6, 1, 8, 2, 4, 5, 0, 4, 0, 1, 7, 8, 3, 2, 6, 1, 7
Offset: 0
Examples
0.7592003385453352783718839230673962411780...
Links
Programs
-
Magma
Pi(RealField(130))^2/13; // G. C. Greubel, Jun 03 2021
-
Mathematica
RealDigits[Pi^2/13, 10, 105][[1]] (* T. D. Noe, Oct 05 2011 *)
-
PARI
Pi^2/13 \\ Charles R Greathouse IV, Oct 01 2022
-
Sage
numerical_approx(pi^2/13, digits=130) # G. C. Greubel, Jun 03 2021
Extensions
Extended by T. D. Noe, Oct 05 2011