[go: up one dir, main page]

login
A179461
Decimal expansion of sqrt(51)/7.
0
1, 0, 2, 0, 2, 0, 4, 0, 6, 1, 2, 2, 0, 4, 0, 7, 1, 4, 2, 5, 7, 1, 3, 4, 2, 8, 3, 0, 1, 9, 5, 3, 2, 3, 6, 1, 1, 2, 5, 2, 3, 1, 0, 1, 6, 5, 7, 0, 0, 3, 9, 0, 5, 4, 7, 6, 0, 1, 2, 0, 4, 4, 1, 1, 8, 2, 3, 6, 8, 8, 6, 2, 9, 4, 9, 1, 4, 3, 1, 6, 9, 8, 0, 3, 6, 9, 9, 8, 3, 1, 6, 2, 1, 8, 9, 7, 4, 3, 4, 5, 4, 6, 2, 0, 6
OFFSET
1,3
COMMENTS
sqrt(3/2)= sqrt(12/8)= 1.224744... sqrt(51/49)= sqrt(102/98)= 1.0202040612... sqrt (501/499)=sqrt (1002/998)= 1.002002004...
MATHEMATICA
RealDigits[ Sqrt@ 51/7, 10, 111][[1]] (* Robert G. Wilson v, Aug 23 2010 *)
PROG
(PARI) sqrt(51)/7 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Mark Dols, Jul 14 2010
EXTENSIONS
Keyword:frac replaced by keyword:cons - R. J. Mathar, Jul 20 2010
More terms from Robert G. Wilson v, Aug 23 2010
STATUS
approved