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.

A010604 Decimal expansion of cube root of 33.

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