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.

A010608 Decimal expansion of cube root of 37.

This page as a plain text file.
%I A010608 #21 Feb 28 2023 15:23:55
%S A010608 3,3,3,2,2,2,1,8,5,1,6,4,5,9,5,3,2,6,0,0,9,5,4,5,0,5,0,5,1,8,5,1,1,9,
%T A010608 0,0,4,4,0,9,6,1,6,6,7,1,9,5,0,0,6,2,3,5,9,1,3,2,9,6,6,6,5,0,9,8,0,4,
%U A010608 0,5,3,4,2,4,3,8,8,6,5,6,5,2,4,2,4,9,1,5,5,8,3,5,6,7,6,6,1,6,7
%N A010608 Decimal expansion of cube root of 37.
%H A010608 Vincenzo Librandi, <a href="/A010608/b010608.txt">Table of n, a(n) for n = 1..5000</a> (a(5000) corrected by _Sean A. Irvine_)
%t A010608 RealDigits[N[37^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *)
%o A010608 (PARI) sqrtn(37,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y A010608 Cf. A010604.
%K A010608 nonn,cons
%O A010608 1,1
%A A010608 _N. J. A. Sloane_