login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A195057
Decimal expansion of Pi^2/11.
2
8, 9, 7, 2, 3, 6, 7, 6, 3, 7, 3, 5, 3, 9, 6, 2, 3, 8, 0, 7, 5, 8, 6, 2, 8, 1, 8, 1, 7, 0, 5, 5, 9, 1, 9, 4, 1, 1, 9, 4, 2, 7, 2, 1, 8, 8, 4, 0, 0, 7, 1, 8, 7, 5, 1, 2, 8, 4, 8, 6, 3, 0, 6, 9, 2, 9, 0, 9, 4, 9, 8, 3, 8, 5, 6, 2, 9, 1, 3, 8, 5, 7, 2, 7, 4, 3, 3, 9, 4, 5, 7, 9, 2, 5, 9, 5, 6, 5, 7, 4, 3, 8, 5, 4, 7
OFFSET
0,1
EXAMPLE
0.8972367637353962380758628181705591941194...
MATHEMATICA
RealDigits[Pi^2/11, 10, 105][[1]] (* T. D. Noe, Oct 05 2011 *)
PROG
(Magma) Pi(RealField(129))^2/11; // G. C. Greubel, Jun 03 2021
(Sage) numerical_approx(pi^2/11, digits=128) # G. C. Greubel, Jun 03 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Omar E. Pol, Oct 04 2011
EXTENSIONS
Extended by T. D. Noe, Oct 05 2011
STATUS
approved