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

 


A189041
Continued fraction for (e+sqrt(-4+e^2))/2.
2
2, 3, 1, 1, 2, 1, 3, 2, 1, 1, 2, 2, 1, 3, 3, 2, 1, 1, 1, 2, 23, 1, 1, 2, 33, 1, 1, 3, 1, 1, 20, 5, 40, 1, 3, 1, 25, 1, 2, 1, 26, 1, 6, 3, 1, 5, 5, 7, 1, 24, 5, 14, 1, 1, 2, 1, 8, 2, 1, 1, 10, 1, 1, 2, 1, 2, 2, 1440, 2, 17, 1, 1, 3, 4, 1, 18, 2, 1, 1, 1, 8, 1, 5, 1, 4, 18, 1, 3, 5, 1, 24, 3, 4, 1, 1, 4, 4, 1, 137, 3, 1, 1, 1, 6, 1, 1, 7, 1, 1, 2, 6, 1, 1, 5, 1, 2, 5, 7, 1, 3
OFFSET
0,1
EXAMPLE
(e+sqrt(-4+e^2))/2=[2,3,1,1,2,1,3,2,1,1,2,2,...]
MATHEMATICA
r = E; t = (r + (-4 + r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120]
CROSSREFS
Cf. A189040 (decimal expansion).
Sequence in context: A191770 A120966 A373354 * A055444 A102383 A070913
KEYWORD
nonn,cofr
AUTHOR
Clark Kimberling, Apr 15 2011
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 08 2024
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 02:31 EDT 2024. Contains 376079 sequences. (Running on oeis4.)