The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A010468 Decimal expansion of square root of 11. 24
3, 3, 1, 6, 6, 2, 4, 7, 9, 0, 3, 5, 5, 3, 9, 9, 8, 4, 9, 1, 1, 4, 9, 3, 2, 7, 3, 6, 6, 7, 0, 6, 8, 6, 6, 8, 3, 9, 2, 7, 0, 8, 8, 5, 4, 5, 5, 8, 9, 3, 5, 3, 5, 9, 7, 0, 5, 8, 6, 8, 2, 1, 4, 6, 1, 1, 6, 4, 8, 4, 6, 4, 2, 6, 0, 9, 0, 4, 3, 8, 4, 6, 7, 0, 8, 8, 4, 3, 3, 9, 9, 1, 2, 8, 2, 9, 0, 6, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 3 followed by {3, 6} repeated. - Harry J. Smith, Jun 02 2009
LINKS
Michael Penn, A famous trig equation, YouTube video, 2021.
EXAMPLE
3.316624790355399849114932736670686683927088545589353597058682146116484...
MATHEMATICA
RealDigits[N[Sqrt[11], 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(11); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010468.txt", n, " ", d)); \\ Harry J. Smith, Jun 02 2009
CROSSREFS
Cf. A040007 (continued fraction).
Sequence in context: A131070 A295290 A165202 * A082009 A110640 A143389
KEYWORD
nonn,cons
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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)