A190256 Decimal expansion of sqrt((3 + x + sqrt(9+6x))/2), where x=sqrt(6).
2, 2, 7, 1, 2, 8, 1, 5, 6, 2, 4, 2, 2, 9, 9, 4, 1, 4, 2, 3, 1, 3, 0, 5, 8, 0, 6, 8, 7, 5, 9, 7, 2, 6, 8, 5, 5, 4, 5, 5, 8, 4, 9, 2, 6, 9, 1, 0, 2, 1, 4, 3, 4, 3, 2, 8, 7, 4, 9, 0, 8, 2, 8, 2, 6, 5, 9, 1, 6, 4, 3, 9, 1, 5, 4, 3, 9, 2, 2, 1, 2, 3, 6, 1, 6, 7, 1, 5, 1, 8, 5, 5, 1, 0, 2, 9, 6, 0, 3, 1, 3, 7, 3, 1, 9, 7, 0, 3, 3, 5, 9, 4, 8, 5, 3, 0, 0, 5, 2, 6
Offset: 1
Examples
2.271281562422994142313058068759726855455...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
[Sqrt((3+Sqrt(6)+Sqrt(9+6*Sqrt(6)))/2)]; // G. C. Greubel, Dec 26 2017
-
Mathematica
FromContinuedFraction[{3^(1/2), 2^(1/2), {3^(1/2), 2^(1/2)}}] FullSimplify[%] ContinuedFraction[%, 100] (* A190256 *) RealDigits[N[%%, 120]] (* A190257 *) N[%%%, 40]
-
PARI
sqrt((3+sqrt(6)+sqrt(9+6*sqrt(6)))/2) \\ G. C. Greubel, Dec 26 2017
Extensions
Name corrected by T. D. Noe, Feb 25 2013
Comments