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.

A190284 Continued fraction of 1+sqrt(1+sqrt(2)).

This page as a plain text file.
%I A190284 #11 Sep 08 2022 08:45:57
%S A190284 2,1,1,4,6,1,2,2,2,1,1,6,1,179,46,1,1,3,2,1,1,3,6,3,1,1,1,1,2,1,1,56,
%T A190284 1,1,1,1,66,1,1,2,17,8,2,7,12,1,1,8,1,2,2,1,1,2,1,12,1,2,2,2,2,1,1,1,
%U A190284 8,1,1,1,1,2,1,2,5,1,6,8,1,1,1,2,7,1,9,1,2,5,7,1,6,1,10,1,2,1,3,47,1,1,998,1
%N A190284 Continued fraction of 1+sqrt(1+sqrt(2)).
%C A190284 1
%H A190284 G. C. Greubel, <a href="/A190284/b190284.txt">Table of n, a(n) for n = 1..5000</a>
%t A190284 FromContinuedFraction[{2, Sqrt[2], {2, r}}]
%t A190284 FullSimplify[%]
%t A190284 ContinuedFraction[%, 100]  (* A190284 *)
%t A190284 RealDigits[N[%%, 120]]     (* A190283 *)
%o A190284 (PARI) contfrac(1+sqrt(1+sqrt(2))) \\ _G. C. Greubel_, Apr 14 2018
%o A190284 (Magma) ContinuedFraction(1+Sqrt(1+Sqrt(2))); // _G. C. Greubel_, Apr 14 2018
%Y A190284 Cf. A188635, A190283, A190282, A154748.
%K A190284 nonn,cofr
%O A190284 1,1
%A A190284 _Clark Kimberling_, May 07 2011