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!)
A092134 Continued fraction expansion for phi^phi, where phi is the golden ratio (1+sqrt(5))/2. 1
2, 5, 1, 1, 1, 1, 10, 1, 1, 2, 8, 7643, 4, 1, 51, 2, 2, 8, 5, 2, 1, 6, 5, 4, 1, 42, 2, 1, 1, 1, 1, 1, 1, 1, 6, 2, 6, 2, 12, 2, 1, 6, 3, 13, 11, 2, 9, 2, 1, 4, 1, 2, 1, 6, 3, 1, 1, 1, 11, 3, 1, 2, 1, 1, 2, 3, 3, 1, 2, 3, 1, 56, 1, 24, 6, 20, 3, 27, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=1 because the expansion begins 2+(1/(5+(1/(1+...)))).
MATHEMATICA
phi := (1 + Sqrt[5])/2; ContinuedFraction[phi^phi, 80] (* Bruno Berselli, Aug 07 2013 *)
PROG
(PARI) gr = (1+sqrt(5))/2; contfrac(gr^gr) \\ Michel Marcus, Aug 07 2013
CROSSREFS
Sequence in context: A323909 A124779 A284750 * A181779 A024548 A197737
KEYWORD
nonn,cofr
AUTHOR
Ryan Witko (witko(AT)nyu.edu), Mar 30 2004
EXTENSIONS
a(12) and following terms corrected by Charles R Greathouse IV, Aug 07 2013
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 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)