cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A092134 Continued fraction expansion for phi^phi, where phi is the golden ratio (1+sqrt(5))/2.

This page as a plain text file.
%I A092134 #17 Aug 28 2025 06:39:21
%S A092134 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,
%T A092134 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,
%U A092134 1,2,3,3,1,2,3,1,56,1,24,6,20,3,27,2
%N A092134 Continued fraction expansion for phi^phi, where phi is the golden ratio (1+sqrt(5))/2.
%e A092134 2.178457.. = 2 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...))))).
%p A092134 with(numtheory):Digits:= 300: x:=(sqrt(5)+1)/2:convert(evalf(x^x), confrac); # _Michel Lagneau_
%t A092134 phi := (1 + Sqrt[5])/2; ContinuedFraction[phi^phi, 80] (* _Bruno Berselli_, Aug 07 2013 *)
%o A092134 (PARI) gr = (1+sqrt(5))/2; contfrac(gr^gr) \\ _Michel Marcus_, Aug 07 2013
%Y A092134 Cf. A144749 (decimal expansion).
%K A092134 nonn,cofr,changed
%O A092134 0,1
%A A092134 Ryan Witko (witko(AT)nyu.edu), Mar 30 2004
%E A092134 a(12) and following terms corrected by _Charles R Greathouse IV_, Aug 07 2013
%E A092134 Offset changed by _Andrew Howroyd_, Aug 07 2024