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!)
A159823 Continued fraction for phi*e A094885, where phi = (1 + sqrt(5))/2. 1
4, 2, 1, 1, 22, 1, 1, 4, 5, 2, 2, 1, 1, 15, 1, 12, 2, 2, 6, 10, 6, 1, 11, 3, 1, 3, 33, 1, 1, 1, 2, 2, 1, 4, 1, 2, 3, 3, 8, 1, 1, 1, 1, 2, 1, 3, 32, 3, 1, 1, 2, 2, 1, 5, 10, 1, 1, 1, 2, 2, 1, 1, 1, 4, 2, 2, 20, 2, 1, 2, 1, 1, 3, 1, 1, 2, 5, 1, 9, 1, 23, 1, 291, 1, 3, 2, 9, 7, 1, 1, 3, 10, 5, 2, 1, 13, 3, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
phi*e = 4.398272389447946395... = 4 + 1/(2 + 1/(1 + 1/(1 + 1/(22 + ...)))).
MATHEMATICA
ContinuedFraction[E*GoldenRatio, 100] (* G. C. Greubel, May 19 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); phi=(1+sqrt(5))/2; x=contfrac(phi*exp(1)); for (n=1, 20001, write("b159823.txt", n-1, " ", x[n])); }
(Magma) ContinuedFraction((1+Sqrt(5))*Exp(1)/2) // G. C. Greubel, May 19 2018
CROSSREFS
Sequence in context: A277646 A337271 A010313 * A075826 A085245 A327694
KEYWORD
nonn,cofr
AUTHOR
Harry J. Smith, Apr 27 2009
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)