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.

A331692 Continued fraction for square root of golden ratio.

This page as a plain text file.
%I A331692 #27 Dec 22 2024 10:53:05
%S A331692 1,3,1,2,11,3,5,1,10,1,2,5,3,5,1,2,4,1,1,2,4,51,1,4,2,2,31,1,3,1,1,5,
%T A331692 1,1,1,14,1,1,4,2,2,8,1,1,3,23,1,1,4,16,2,1,2,13,2,1,1,1,3,1,1,4,3,2,
%U A331692 1,1,36,1,2,1,1,1,2,3,2,1,3,3,31,2,1,2,2,2
%N A331692 Continued fraction for square root of golden ratio.
%H A331692 Kevin Ryde, <a href="/A331692/b331692.txt">Table of n, a(n) for n = 0..10000</a>
%H A331692 Kevin Ryde, <a href="/A331692/a331692.gp.txt">PARI/GP Code</a>
%e A331692 1 + 1/(3 + 1/(1 + 1/(2 + 1/(11 + ...)))) = sqrt(phi).
%t A331692 ContinuedFraction[Sqrt[(1 + Sqrt[5])/2], 1000]
%o A331692 (PARI) contfrac(sqrt((1+sqrt(5))/2)) \\ _Michel Marcus_, Mar 04 2020
%o A331692 (PARI) \\ See Ryde link
%Y A331692 Cf. A001622, A139339 (decimal expansion).
%Y A331692 Cf. A225204/A225205 (convergents).
%K A331692 nonn,cofr
%O A331692 0,2
%A A331692 _Jordan Paschke_, Mar 03 2020