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.

A002950 Continued fraction for fifth root of 2.

This page as a plain text file.
%I A002950 M4044 #45 Jul 05 2024 11:10:17
%S A002950 1,6,1,2,1,1,1,3,25,1,4,3,3,7,52,1,2,3,2,15,2,2,4,16,2,7,1,1,1,10,21,
%T A002950 1,1,1,141,2,4,1,4,2,1,1,17,1,3,3,4,1,3,1,3,2,1,1,2,33,1,6,6,1,2,4,1,
%U A002950 21,1,3,3,8,10,1,46,6,1,10,1,1,1,1,2,11,1,3,1
%N A002950 Continued fraction for fifth root of 2.
%D A002950 H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973.
%D A002950 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A002950 Harry J. Smith, <a href="/A002950/b002950.txt">Table of n, a(n) for n = 0..19999</a>
%H A002950 Herman P. Robinson, <a href="/A003116/a003116.pdf">Letter to N. J. A. Sloane, Nov 13 1973</a>.
%H A002950 J. Shallit & N. J. A. Sloane, <a href="/A002949/a002949.pdf">Correspondence 1974-1975</a>
%H A002950 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H A002950 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%e A002950 2^(1/5) = 1.148698354997035006798626946... = 1 + 1/(6 + 1/(1 + 1/(2 + 1/(1 + ...)))). - _Harry J. Smith_, May 12 2009
%p A002950 with(numtheory):
%p A002950 cfrac(2^(1/5),100,'quotients'); # _Muniru A Asiru_, Nov 02 2018
%t A002950 ContinuedFraction[2^(1/5), 100] (* _G. C. Greubel_, Nov 02 2018 *)
%o A002950 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(2^(1/5)); for (n=1, 20000, write("b002950.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, May 12 2009
%o A002950 (Magma) SetDefaultRealField(RealField(100)); ContinuedFraction(2^(1/5)); // _G. C. Greubel_, Nov 02 2018
%Y A002950 Cf. A005531 (decimal expansion).
%Y A002950 Cf. A002361, A002362 (convergents).
%K A002950 nonn,cofr
%O A002950 0,2
%A A002950 _N. J. A. Sloane_, _Herman P. Robinson_
%E A002950 Offset changed by _Andrew Howroyd_, Jul 05 2024