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.

A010601 Decimal expansion of cube root of 30.

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