login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A010516
Decimal expansion of square root of 63.
6
7, 9, 3, 7, 2, 5, 3, 9, 3, 3, 1, 9, 3, 7, 7, 1, 7, 7, 1, 5, 0, 4, 8, 4, 7, 2, 6, 0, 9, 1, 7, 7, 8, 1, 2, 7, 7, 1, 3, 0, 7, 7, 7, 5, 4, 9, 2, 4, 7, 3, 5, 0, 5, 4, 1, 1, 0, 5, 0, 0, 3, 3, 7, 7, 6, 0, 3, 2, 0, 6, 4, 6, 9, 6, 9, 0, 8, 5, 0, 8, 8, 3, 2, 8, 1, 1, 7, 8, 6, 5, 9, 4, 2, 3, 6, 3, 0, 8, 3
OFFSET
1,1
COMMENTS
Continued fraction expansion is 7 followed by {1, 14} repeated. - Harry J. Smith, Jun 07 2009
LINKS
EXAMPLE
7.937253933193771771504847260917781277130777549247350541105003377603206... - Harry J. Smith, Jun 07 2009
MATHEMATICA
RealDigits[N[63^(1/2), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(63); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010516.txt", n, " ", d)); } \\ Harry J. Smith, Jun 07 2009
CROSSREFS
Cf. A040055 Continued fraction. - Harry J. Smith, Jun 07 2009
Sequence in context: A019804 A021130 A270714 * A274169 A121168 A102375
KEYWORD
nonn,cons
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 21 04:44 EDT 2024. Contains 376079 sequences. (Running on oeis4.)