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.

A010650 Decimal expansion of cube root of 80.

This page as a plain text file.
%I A010650 #13 Jul 08 2025 01:42:17
%S A010650 4,3,0,8,8,6,9,3,8,0,0,6,3,7,6,7,4,4,3,5,1,8,5,8,7,1,3,3,0,3,8,7,0,0,
%T A010650 9,9,0,5,1,8,6,8,9,8,8,4,3,8,4,2,1,7,1,6,4,9,7,8,4,7,1,0,1,2,6,9,2,8,
%U A010650 2,2,2,1,3,2,9,6,6,8,1,6,0,0,3,7,0,8,8,3,0,0,7,0,8,6,4,8,6,5,5
%N A010650 Decimal expansion of cube root of 80.
%H A010650 Vincenzo Librandi, <a href="/A010650/b010650.txt">Table of n, a(n) for n = 1..5000</a>
%F A010650 Equals 2*A010582. [_Bruno Berselli_, Mar 29 2013]
%t A010650 RealDigits[N[80^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 29 2012 *)
%o A010650 (PARI) sqrtn(80,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K A010650 nonn,cons
%O A010650 1,1
%A A010650 _N. J. A. Sloane_