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.

A010600 Decimal expansion of cube root of 29.

This page as a plain text file.
%I A010600 #15 Nov 19 2022 00:49:18
%S A010600 3,0,7,2,3,1,6,8,2,5,6,8,5,8,4,7,2,9,3,3,1,2,6,3,7,9,8,2,1,0,5,5,9,7,
%T A010600 4,8,5,5,0,2,7,8,3,2,3,8,8,7,6,0,9,5,7,9,9,4,9,2,6,7,7,0,9,7,3,6,6,0,
%U A010600 3,8,1,7,9,2,0,6,6,2,9,5,9,9,1,6,6,3,1,9,9,0,7,1,2,1,0,0,8,8,6
%N A010600 Decimal expansion of cube root of 29.
%H A010600 Vincenzo Librandi, <a href="/A010600/b010600.txt">Table of n, a(n) for n = 1..5000</a>
%t A010600 RealDigits[N[29^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *)
%o A010600 (PARI) sqrtn(29,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y A010600 Cf. A010601, A010602, A010603
%K A010600 nonn,cons
%O A010600 1,1
%A A010600 _N. J. A. Sloane_