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.

A274085 Continued fraction for sixth root of 6.

This page as a plain text file.
%I A274085 #28 Aug 09 2024 01:54:18
%S A274085 1,2,1,6,1,9,1,1,1,2,4,9,4,4,2,2,1,8,1,2,21,10,1,13,4,1,6,2,10,2,2,3,
%T A274085 1,12,3,2,1,1,2,1,9,7,3,1,4,2,8,1,11,1,2,4,3,1,7,6,1,1,1,11,1,2,1,9,1,
%U A274085 2,1,2,9,44,1,1,1,1,34,1,12,1,3,2,3,54,1
%N A274085 Continued fraction for sixth root of 6.
%H A274085 Robert Israel, <a href="/A274085/b274085.txt">Table of n, a(n) for n = 0..1999</a>
%H A274085 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%e A274085 6^(1/6) = 1 + 1/(2 + 1/(1 + 1/(6 + 1/(1 + ...)))).
%p A274085 numtheory:-cfracpol(x^6-6,100)[2]; # _Robert Israel_, Jul 31 2016
%t A274085 ContinuedFraction[6^(1/6), {80}] (* _Alonso del Arte_, Jun 18 2016 *)
%o A274085 (PARI) default(realprecision, 210);  contfrac(6^(1/6))
%Y A274085 Cf. A011215 (decimal expansion).
%K A274085 nonn,cofr
%O A274085 0,2
%A A274085 _Douglas de Araujo Smigly_, Jun 09 2016