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.

A160331 Decimal expansion of 2^(1/3) + sqrt(3).

This page as a plain text file.
%I A160331 #9 Dec 19 2015 23:20:18
%S A160331 2,9,9,1,9,7,1,8,5,7,4,6,3,7,5,0,4,5,8,2,9,4,6,5,6,9,4,8,7,8,4,1,0,0,
%T A160331 7,1,7,5,1,3,0,5,6,7,1,8,5,1,1,8,8,8,6,0,8,1,3,7,7,8,2,0,9,1,6,0,7,2,
%U A160331 3,2,6,9,3,4,2,2,7,5,9,5,2,0,8,1,0,5,4,2,7,4,9,1,9,3,5,0,3,6,6,9,8,2,9,9,3
%N A160331 Decimal expansion of 2^(1/3) + sqrt(3).
%C A160331 2^(1/3) + sqrt(3) = 2^(1/3) + 3^(1/2).
%H A160331 Harry J. Smith, <a href="/A160331/b160331.txt">Table of n, a(n) for n = 1..20000</a>
%e A160331 2.99197185746375045829465694878410071751305671851188860813778209160723...
%t A160331 RealDigits[Surd[2,3]+Sqrt[3],10,120][[1]] (* _Harvey P. Dale_, Jan 18 2013 *)
%o A160331 (PARI) { default(realprecision, 20080); x=2^(1/3)+3^(1/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b160331.txt", n, " ", d)); }
%Y A160331 Cf. A039923 Continued fraction.
%K A160331 nonn,easy,cons
%O A160331 1,1
%A A160331 _Harry J. Smith_, May 09 2009
%E A160331 Fixed my PARI program, had -n _Harry J. Smith_, May 19 2009