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.

A010589 Decimal expansion of cube root of 17.

This page as a plain text file.
%I A010589 #17 Feb 11 2025 14:47:49
%S A010589 2,5,7,1,2,8,1,5,9,0,6,5,8,2,3,5,3,5,5,4,5,3,1,8,7,2,0,8,7,3,9,7,2,6,
%T A010589 1,1,6,4,2,7,9,0,1,6,3,2,4,5,4,6,9,6,2,5,9,8,4,8,0,2,2,3,7,6,2,1,9,9,
%U A010589 3,9,9,3,3,0,3,0,6,7,0,1,5,0,3,2,4,3,5,1,5,3,0,4,4,5,6,5,1,5,1
%N A010589 Decimal expansion of cube root of 17.
%H A010589 Vincenzo Librandi, <a href="/A010589/b010589.txt">Table of n, a(n) for n = 1..5000</a>
%H A010589 <a href="/index/Al#algebraic_03">Index entries for algebraic numbers, degree 3</a>.
%t A010589 RealDigits[N[17^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 06 2012 *)
%o A010589 (PARI) sqrtn(17,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K A010589 nonn,cons
%O A010589 1,1
%A A010589 _N. J. A. Sloane_