A156035 Decimal expansion of 3 + 2*sqrt(2).
5, 8, 2, 8, 4, 2, 7, 1, 2, 4, 7, 4, 6, 1, 9, 0, 0, 9, 7, 6, 0, 3, 3, 7, 7, 4, 4, 8, 4, 1, 9, 3, 9, 6, 1, 5, 7, 1, 3, 9, 3, 4, 3, 7, 5, 0, 7, 5, 3, 8, 9, 6, 1, 4, 6, 3, 5, 3, 3, 5, 9, 4, 7, 5, 9, 8, 1, 4, 6, 4, 9, 5, 6, 9, 2, 4, 2, 1, 4, 0, 7, 7, 7, 0, 0, 7, 7, 5, 0, 6, 8, 6, 5, 5, 2, 8, 3, 1, 4, 5, 4, 7, 0, 0, 2
Offset: 1
Examples
3 + 2*sqrt(2) = 5.828427124746190097603377448...
References
- Diogo Queiros-Condé and Michel Feidt, Fractal and Trans-scale Nature of Entropy, Iste Press and Elsevier, 2018, page 45.
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
- Mathematical Reflections, Solution to Problem J286, Issue 1, 2014, p. 5.
- Bernard Schott, Sangaku at Isaniwa Jinya, The six circles.
- Terakoya Suzu, Sangaku (mathematics tablet) II, Sangaku at Isaniwa Jinya shrine.
- Wikipedia, Sangaku.
- Bernard Ycart, Les Sangakus, Sangaku du Temple Isaniwa Jinya (in French).
- Index entries for algebraic numbers, degree
Crossrefs
Programs
-
Magma
SetDefaultRealField(RealField(100)); 3 + 2*Sqrt(2); // G. C. Greubel, Aug 21 2018
-
Mathematica
RealDigits[N[3+2*Sqrt[2],200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 20 2011 *)
-
PARI
3+sqrt(8) \\ Charles R Greathouse IV, Jun 10 2011
Formula
Equals exp(arccosh(3)), since arccosh(x) = log(x+sqrt(x^2-1)). - Stanislav Sykora, Nov 01 2013
Equals (1+sqrt(2))^2, that is, A014176^2. - Michel Marcus, May 08 2016
The periodic continued fraction is [5; [1, 4]]. - Stefano Spezia, Mar 17 2024
Comments