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.

A005482 Decimal expansion of cube root of 7.

This page as a plain text file.
%I A005482 M4592 #34 Feb 11 2025 10:00:59
%S A005482 1,9,1,2,9,3,1,1,8,2,7,7,2,3,8,9,1,0,1,1,9,9,1,1,6,8,3,9,5,4,8,7,6,0,
%T A005482 2,8,2,8,6,2,4,3,9,0,5,0,3,4,5,8,7,5,7,6,6,2,1,0,6,4,7,6,4,0,4,4,7,2,
%U A005482 3,4,2,7,6,1,7,9,2,3,0,7,5,6,0,0,7,5,2,5,4,4,1,4,7,7,2,8,5,7,0,9,9,0,4,5,4
%N A005482 Decimal expansion of cube root of 7.
%D A005482 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A005482 Harry J. Smith, <a href="/A005482/b005482.txt">Table of n, a(n) for n = 1..20000</a>
%H A005482 <a href="/index/Al#algebraic_03">Index entries for algebraic numbers, degree 3</a>.
%e A005482 1.9129311827723891011991168...
%t A005482 RealDigits[N[7^(1/3), 200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 22 2012 *)
%o A005482 (PARI) { default(realprecision, 20080); x=7^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005482.txt", n, " ", d)); } \\ _Harry J. Smith_, May 07 2009, corrected May 19 2009
%Y A005482 Cf. A005483 (continued fraction). - _Harry J. Smith_, May 07 2009
%K A005482 nonn,cons,easy
%O A005482 1,2
%A A005482 _N. J. A. Sloane_
%E A005482 More terms from _Olaf Voß_, Feb 13 2008