A020763 Decimal expansion of 1/sqrt(6).
4, 0, 8, 2, 4, 8, 2, 9, 0, 4, 6, 3, 8, 6, 3, 0, 1, 6, 3, 6, 6, 2, 1, 4, 0, 1, 2, 4, 5, 0, 9, 8, 1, 8, 9, 8, 6, 6, 0, 9, 9, 1, 2, 4, 6, 7, 7, 6, 1, 1, 1, 6, 8, 8, 0, 7, 2, 1, 1, 5, 4, 2, 7, 8, 7, 5, 1, 6, 0, 0, 6, 2, 9, 0, 9, 5, 5, 2, 5, 0, 4, 4, 2, 3, 3, 0, 9, 9, 0, 5, 5, 1, 7, 4, 4, 0, 0, 3, 9
Offset: 0
Examples
0.408248290463863016366214012450981898660991246776111688072115427875...
References
- 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
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
- Wikipedia, Platonic solid.
- Index entries for algebraic numbers, degree 2.
Crossrefs
Programs
-
Maple
evalf(1/sqrt(6)); # Michal Paulovic, Dec 09 2022
-
Mathematica
RealDigits[1/Sqrt[6], 10, 100][[1]] (* Vladimir Joseph Stephan Orlovsky, Mar 04 2011 *) realDigitsRecip[Sqrt[6]] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Jan 10 2025 *)
Formula
From Michal Paulovic, Dec 09 2022: (Start)
Equals [0, 2; 2, 4] (periodic continued fraction expansion). (End)
Comments