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.

A010598 Decimal expansion of cube root of 26.

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