A385448 Decimal expansion of sqrt(5 + 7*phi)/sqrt(11), with the golden section phi = A001622.
1, 2, 1, 8, 2, 7, 8, 8, 8, 7, 3, 5, 9, 6, 6, 2, 2, 9, 1, 5, 3, 5, 4, 6, 0, 2, 6, 7, 9, 1, 7, 2, 7, 4, 7, 4, 5, 2, 0, 3, 6, 8, 7, 4, 0, 0, 5, 3, 1, 5, 5, 4, 3, 5, 6, 6, 6, 6, 9, 9, 1, 9, 0, 4, 7, 5, 6, 9, 3, 9, 7, 6, 5, 7, 4, 7, 5, 7, 2, 2, 2, 0, 5, 8
Offset: 1
Examples
1.218278887359662291535460267917274745203687400531554...
Programs
-
Mathematica
RealDigits[Sqrt[(5 + 7*GoldenRatio)/11], 10, 120][[1]] (* Amiram Eldar, Jul 02 2025 *)
Comments