A010503 Decimal expansion of 1/sqrt(2).
7, 0, 7, 1, 0, 6, 7, 8, 1, 1, 8, 6, 5, 4, 7, 5, 2, 4, 4, 0, 0, 8, 4, 4, 3, 6, 2, 1, 0, 4, 8, 4, 9, 0, 3, 9, 2, 8, 4, 8, 3, 5, 9, 3, 7, 6, 8, 8, 4, 7, 4, 0, 3, 6, 5, 8, 8, 3, 3, 9, 8, 6, 8, 9, 9, 5, 3, 6, 6, 2, 3, 9, 2, 3, 1, 0, 5, 3, 5, 1, 9, 4, 2, 5, 1, 9, 3, 7, 6, 7, 1, 6, 3, 8, 2, 0, 7, 8, 6, 3, 6, 7, 5, 0, 6
Offset: 0
Examples
0.7071067811865475...
References
- Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, Sections 1.1, 7.5.2, and 8.2, pp. 1-3, 468, 484, 487.
- Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §12.4 Theorems and Formulas (Solid Geometry), p. 450.
Links
- Harry J. Smith, Table of n, a(n) for n = 0..20000
- P. C. Fishburn and J. A. Reeds, Bell inequalities, Grothendieck's constant and root two, SIAM J. Discrete Math., Vol. 7, No. 1, Feb. 1994, pp. 48-56.
- Ovidiu Furdui, Problem 1, Problem Corner, Research Group in Mathematical Inequalities and Applications, 2010.
- Michael Penn, A surprisingly convergent limit, YouTube video, 2022.
- Michael Penn, The infinite fraction of your dreams (nightmare?), YouTube video, 2022.
- Jonathan Sondow and D. Marques, Algebraic and transcendental solutions of some exponential equations, Annales Mathematicae et Informaticae 37 (2010) 151-164; arXiv:1108.6096 [math.NT], 2011, see p. 3 in the link.
- Eric Weisstein's World of Mathematics, Digit Product.
- Wikipedia, Platonic solid.
- Donald R. Woods, Problem E 2692, Elementary Problems, The American Mathematical Monthly, Vol. 85, No. 1 (1978), p. 48; A Transcendental Function Satisfy a Duplication Formula, by David Robbins, ibid., Vol. 86, No. 5 (1979), pp. 394-395.
- Index entries for algebraic numbers, degree 2.
Crossrefs
Programs
-
Magma
1/Sqrt(2); // Vincenzo Librandi, Feb 21 2016
-
Maple
Digits:=100; evalf(1/sqrt(2)); Wesley Ivan Hurt, Mar 27 2014
-
Mathematica
N[ 1/Sqrt[2], 200] RealDigits[1/Sqrt[2],10,120][[1]] (* Harvey P. Dale, Mar 25 2019 *)
-
PARI
default(realprecision, 20080); x=10*(1/sqrt(2)); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b010503.txt", n, " ", d)); \\ Harry J. Smith, Jun 02 2009
Formula
1/sqrt(2) = cos(Pi/4) = sqrt(2)/2. - Eric Desbiaux, Nov 05 2008
From Amiram Eldar, Jun 29 2020: (Start)
Equals sin(Pi/4) = cos(Pi/4).
Equals Integral_{x=0..Pi/4} cos(x) dx. (End)
Equals (1/2)*A019884 + A019824 * A010527 = A019851 * A019896 + A019812 * A019857. - R. J. Mathar, Jan 27 2021
Equals hypergeom([-1/2, -3/4], [5/4], -1). - Peter Bala, Mar 02 2022
Limit_{n->oo} (sqrt(T(n+1)) - sqrt(T(n))) = 1/sqrt(2), where T(n) = n(n+1)/2 = A000217(n) is the triangular numbers. - Jules Beauchamp, Sep 18 2022
Equals Product_{k>=0} ((2*k+1)/(2*k+2))^((-1)^A000120(k)) (Woods, 1978). - Amiram Eldar, Feb 04 2024
From Stefano Spezia, Oct 15 2024: (Start)
Equals 1 + Sum_{k>=1} (-1)^k*binomial(2*k,k)/2^(2*k) [Newton].
Equal Product_{k>=1} 1 - 1/(4*(2*k - 1)^2). (End)
Equals Product_{k>=0} (1 - (-1)^k/(6*k+3)). - Amiram Eldar, Nov 22 2024
Extensions
More terms from Harry J. Smith, Jun 02 2009
Comments