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!)
A060709 Continued fraction expansion of the Reuleaux Triangle constant. 3
0, 1, 2, 2, 1, 1, 2, 1, 1, 9, 2, 10, 3, 1, 7, 1, 13, 1, 26, 1, 1, 2, 12, 2, 4, 3, 11, 1, 1, 11, 1, 4, 1, 1, 10, 1, 1, 2, 793, 2, 1, 1, 5, 1, 3, 2, 3, 2, 3, 3, 1, 3, 29, 2, 1, 3, 1, 2, 2, 4, 13, 1, 7, 2, 112, 1, 1, 1, 2, 3, 1, 5, 1, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
REFERENCES
Martin Gardner, "The Unexpected Hanging," page 215.
LINKS
EXAMPLE
0.704770923010457972467598520... = 0 + 1/(1 + 1/(2 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, Jul 09 2009
MATHEMATICA
ContinuedFraction[ (Pi - Sqrt[3])/2, 75]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac((Pi - sqrt(3))/2); for (n=1, 20000, write("b060709.txt", n, " ", x[n])); } \\ Harry J. Smith, Jul 09 2009
CROSSREFS
Cf. A060708.
Sequence in context: A319694 A335641 A163495 * A035222 A136436 A276729
KEYWORD
cofr,nonn
AUTHOR
Robert G. Wilson v, Feb 05 2001
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)