A358614 Decimal expansion of 9*sqrt(2)/32.
3, 9, 7, 7, 4, 7, 5, 6, 4, 4, 1, 7, 4, 3, 2, 9, 8, 2, 4, 7, 5, 4, 7, 4, 9, 5, 3, 6, 8, 3, 9, 7, 7, 5, 8, 4, 5, 9, 7, 7, 2, 0, 2, 1, 4, 9, 4, 9, 7, 6, 6, 6, 4, 5, 5, 8, 0, 9, 4, 1, 1, 7, 6, 3, 0, 9, 8, 9, 3, 5, 0, 9, 5, 6, 7, 4, 6, 7, 6, 0, 4, 6, 7, 6, 6, 7, 1, 4, 9, 4, 0, 2, 9, 6, 4, 9, 1, 9, 2
Offset: 0
Examples
0.3977475644174329824...
Links
- Evan Chen, IMO 2006/3, IMO 2006 Solution Notes.
- The IMO compendium, Problem 3, 47th IMO 2006.
- Index to sequences related to Olympiads.
Programs
-
Maple
evalf(9*sqrt(2)/32), 100);
-
Mathematica
RealDigits[9*Sqrt[2]/32, 10, 120][[1]] (* Amiram Eldar, Dec 05 2022 *)
Comments