A176107 Decimal expansion of (6+sqrt(42))/4.
3, 1, 2, 0, 1, 8, 5, 1, 7, 4, 6, 0, 1, 9, 6, 5, 0, 5, 7, 7, 4, 1, 4, 9, 1, 8, 5, 9, 0, 2, 1, 9, 9, 9, 1, 6, 4, 4, 2, 6, 3, 0, 1, 0, 7, 6, 7, 6, 4, 5, 8, 6, 6, 3, 7, 4, 2, 7, 8, 3, 8, 5, 9, 9, 4, 5, 2, 4, 0, 4, 3, 4, 4, 4, 6, 1, 0, 1, 1, 0, 9, 2, 8, 5, 0, 0, 9, 0, 2, 2, 6, 6, 5, 1, 4, 0, 2, 5, 5, 8, 9, 1, 8, 8, 6
Offset: 1
Examples
(6+sqrt(42))/4 = 3.12018517460196505774...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(6+Sqrt[42])/4,10,120][[1]] (* Harvey P. Dale, Jun 22 2012 *)
Comments