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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010485 Decimal expansion of square root of 30. 9
5, 4, 7, 7, 2, 2, 5, 5, 7, 5, 0, 5, 1, 6, 6, 1, 1, 3, 4, 5, 6, 9, 6, 9, 7, 8, 2, 8, 0, 0, 8, 0, 2, 1, 3, 3, 9, 5, 2, 7, 4, 4, 6, 9, 4, 9, 9, 7, 9, 8, 3, 2, 5, 4, 2, 2, 6, 8, 9, 4, 4, 4, 9, 7, 3, 2, 4, 9, 3, 2, 7, 7, 1, 2, 2, 7, 2, 2, 7, 3, 3, 8, 0, 0, 8, 5, 8, 4, 3, 6, 1, 6, 3, 8, 7, 0, 6, 2, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 5 followed by {2, 10} repeated. - Harry J. Smith, Jun 04 2009
LINKS
EXAMPLE
5.477225575051661134569697828008021339527446949979832542268944....
MATHEMATICA
RealDigits[N[Sqrt[30], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 22 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(30); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010485.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A040024, continued fraction. - Harry J. Smith, Jun 04 2009
Sequence in context: A004446 A115409 A010775 * A194362 A103549 A011285
KEYWORD
nonn,cons,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 July 12 08:07 EDT 2024. Contains 374239 sequences. (Running on oeis4.)