A176440 Decimal expansion of (14+sqrt(210))/4.
7, 1, 2, 2, 8, 4, 4, 1, 8, 6, 5, 4, 7, 3, 5, 9, 6, 4, 3, 4, 2, 9, 6, 6, 6, 0, 3, 9, 2, 9, 2, 4, 4, 2, 9, 3, 0, 7, 8, 5, 0, 3, 3, 2, 1, 8, 6, 8, 9, 7, 4, 3, 2, 7, 2, 1, 7, 3, 9, 8, 1, 2, 0, 1, 7, 7, 9, 5, 3, 6, 0, 9, 3, 1, 6, 3, 4, 2, 0, 1, 0, 5, 4, 2, 8, 1, 4, 0, 7, 9, 8, 0, 0, 0, 9, 0, 4, 3, 7, 4, 4, 3, 8, 2, 6
Offset: 1
Examples
(14+sqrt(210))/4 = 7.12284418654735964342...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(14+Sqrt[210])/4,10,120][[1]] (* Harvey P. Dale, Apr 13 2011 *)
Comments