A101465 Decimal expansion of 2-sqrt(2), square of the edge length of a regular octagon with circumradius 1.
5, 8, 5, 7, 8, 6, 4, 3, 7, 6, 2, 6, 9, 0, 4, 9, 5, 1, 1, 9, 8, 3, 1, 1, 2, 7, 5, 7, 9, 0, 3, 0, 1, 9, 2, 1, 4, 3, 0, 3, 2, 8, 1, 2, 4, 6, 2, 3, 0, 5, 1, 9, 2, 6, 8, 2, 3, 3, 2, 0, 2, 6, 2, 0, 0, 9, 2, 6, 7, 5, 2, 1, 5, 3, 7, 8, 9, 2, 9, 6, 1, 1, 4, 9, 6, 1, 2, 4, 6, 5, 6, 7, 2, 3, 5, 8, 4, 2, 7, 2, 6, 4, 9, 8, 6
Offset: 0
Examples
0.585786437626904951198311275790301921430328124623051926823320262...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- Mireille Bousquet-Mélou and Gilles Schaeffer, Walks on the slit plane, Probability Theory and Related Fields, Vol. 124, No. 3 (2002), pp. 305-344; arXiv preprint, arXiv:0012230 [math.CO], 2000.
- Mathematical Reflections, Solution to Problem J307, Issue 5, 2014, p. 21.
- Moreton Moore, Symmetrical Intersections of Right Circular Cylinders, The Mathematical Gazette, Vol. 58, No. 405 (1974), pp. 181-185.
- Teerapat Srichan, The Odd/Even Dichotomy For The Set Of Square-Full Numbers, Applied Mathematics E-Notes, Vol. 20 (2020), pp. 528-531.
- Eric Weisstein's World of Mathematics, Octagon.
- Index entries for algebraic numbers, degree 2.
Programs
-
Magma
SetDefaultRealField(RealField(100)); 2 - Sqrt(2); // G. C. Greubel, Oct 01 2018
-
Mathematica
RealDigits[2 - Sqrt[2], 10, 100][[1]] (* G. C. Greubel, Oct 01 2018 *)
-
PARI
2 - sqrt(2) \\ Michel Marcus, Jan 07 2017
Comments