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.
%I A010607 #15 Nov 19 2022 00:51:58 %S A010607 3,3,0,1,9,2,7,2,4,8,8,9,4,6,2,6,6,8,3,8,7,4,6,0,9,9,5,2,4,0,9,0,8,4, %T A010607 9,5,6,8,4,6,8,8,4,6,4,4,3,1,8,4,9,3,3,3,6,9,7,3,2,0,2,5,3,7,1,0,9,2, %U A010607 7,5,6,7,5,5,7,8,8,7,1,5,3,5,8,6,5,2,5,2,6,9,5,1,6,4,8,0,9,4,5 %N A010607 Decimal expansion of cube root of 36. %H A010607 Vincenzo Librandi, <a href="/A010607/b010607.txt">Table of n, a(n) for n = 1..5000</a> %t A010607 RealDigits[N[36^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *) %o A010607 (PARI) sqrtn(36,3) \\ _Charles R Greathouse IV_, Apr 14 2014 %K A010607 nonn,cons %O A010607 1,1 %A A010607 _N. J. A. Sloane_