A383659 Decimal expansion of phi + 2*log(phi), where phi is the golden ratio.
2, 5, 8, 0, 4, 5, 7, 6, 3, 8, 8, 6, 9, 1, 0, 1, 7, 4, 3, 2, 0, 0, 1, 0, 4, 6, 6, 1, 2, 1, 4, 3, 7, 4, 9, 6, 3, 9, 9, 0, 6, 7, 7, 8, 4, 8, 5, 7, 7, 0, 8, 3, 9, 0, 1, 4, 5, 7, 4, 8, 4, 9, 6, 0, 3, 8, 5, 5, 8, 8, 1, 9, 8, 0, 3, 5, 3, 4, 5, 9, 9, 8, 5, 3, 1, 2, 2
Offset: 1
Examples
2.58045763886910174320...
Programs
-
Mathematica
RealDigits[GoldenRatio + 2 * Log[GoldenRatio], 10, 100, 0][[1]]
Comments