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.

A010585 Decimal expansion of cube root of 13.

This page as a plain text file.
%I A010585 #18 Nov 19 2022 00:42:30
%S A010585 2,3,5,1,3,3,4,6,8,7,7,2,0,7,5,7,4,8,9,5,0,0,0,1,6,3,3,9,9,5,6,9,1,4,
%T A010585 5,2,6,9,1,5,8,4,1,9,8,3,4,6,2,1,7,5,1,0,5,0,4,0,2,5,4,3,1,1,5,8,8,3,
%U A010585 4,2,6,8,0,9,9,6,5,6,6,8,4,9,8,0,7,9,1,1,6,0,4,2,0,2,8,4,4,0,6
%N A010585 Decimal expansion of cube root of 13.
%H A010585 Vincenzo Librandi, <a href="/A010585/b010585.txt">Table of n, a(n) for n = 1..5000</a>
%t A010585 RealDigits[N[13^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 06 2012 *)
%t A010585 RealDigits[Surd[13,3],10,120][[1]] (* _Harvey P. Dale_, Oct 24 2022 *)
%o A010585 (PARI) sqrtn(13,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K A010585 nonn,cons
%O A010585 1,1
%A A010585 _N. J. A. Sloane_