A188582 Decimal expansion of sqrt(2) - 1.
4, 1, 4, 2, 1, 3, 5, 6, 2, 3, 7, 3, 0, 9, 5, 0, 4, 8, 8, 0, 1, 6, 8, 8, 7, 2, 4, 2, 0, 9, 6, 9, 8, 0, 7, 8, 5, 6, 9, 6, 7, 1, 8, 7, 5, 3, 7, 6, 9, 4, 8, 0, 7, 3, 1, 7, 6, 6, 7, 9, 7, 3, 7, 9, 9, 0, 7, 3, 2, 4, 7, 8, 4, 6, 2, 1, 0, 7, 0, 3, 8, 8, 5, 0, 3, 8, 7, 5, 3, 4, 3, 2, 7, 6, 4, 1, 5, 7, 2, 7, 3, 5, 0, 1
Offset: 0
Examples
0.414213562373095048801688724209698078569671875376948073...
References
- B. C. Berndt, Ramanujan's Notebooks Part II, Springer-Verlag, p. 140, Entry 25.
- Bill Chen and Jerrod Ankenman, The Mathematics of Poker, Chpt 14 - You Don't Have To Guess: No-Limit Bet Sizing, p. 153, ConJelCo, LLC, Pittsburgh PA 2006.
- Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, pp. 396 and 486.
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
- S. M. Abrarov and B. M. Quine, A Viète-like formula for pi based on infinite sum of the arctangent functions with nested radicals, figshare, 4509014, (2017).
- Steven R. Finch, Errata and Addenda to Mathematical Constants, p. 62.
- Olympiade Mathématique Belge, OMB 2008, Finale Maxi, Question 1.
- Index entries for algebraic numbers, degree 2
- Index to sequences related to Olympiads.
Programs
-
Magma
Sqrt(2) - 1; // G. C. Greubel, Jan 31 2018
-
Mathematica
RealDigits[ Sqrt[2] - 1, 10, 111][[1]]
-
PARI
sqrt(2) - 1 \\ G. C. Greubel, Jan 31 2018
Formula
Equals exp(asinh(cos(Pi))) = exp(asinh(-1)). - Geoffrey Caveney, Apr 23 2014
From Antonio Graciá Llorente, Mar 15 2024: (Start)
Equals Product_{k >= 0} ((8*k - 1)*(8*k + 9))/((8*k - 5)*(8*k + 13)).
From Peter Bala, Mar 24 2024: (Start)
An infinite family of continued fraction expansions for this constant can be obtained from Berndt, Entry 25, by setting n = 1/2 and x = 8*k + 2 for k >= 0.
For example, taking k = 0 and k = 1 yields
Equals 1/(2 + (1*3)/(4 + (5*7)/(4 + (9*11)/(4 + (13*15)/(4 + ... + (4*n + 1)*(4*n + 3)/(4 + ...)))))) and
Equals (21/5) * 1/(10 + (1*3)/(20 + (5*7)/(20 + (9*11)/(20 + (13*15)/(20 + ... + (4*n + 1)*(4*n + 3)/(20 + ...)))))). (End)
Tan(arctan(c) + arctan(c^3)) = 1/2. - Gary W. Adamson, Apr 04 2024
Comments