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 A034121 #14 Sep 06 2024 12:46:33 %S A034121 4,16,17,43,44,45,46,92,93,94,95,96,97,167,168,169,170,171,172,173, %T A034121 174,175,275,276,277,278,279,280,281,282,283,284,285,286,287,422,423, %U A034121 424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,615,616,617 %N A034121 Fractional part of cube root of a(n) starts with digit 5. %H A034121 Harvey P. Dale, <a href="/A034121/b034121.txt">Table of n, a(n) for n = 1..1000</a> %t A034121 Select[Range[800],NumberDigit[CubeRoot[#],-1]==5&] (* _Harvey P. Dale_, Sep 06 2024 *) %Y A034121 Cf. A034131. %K A034121 nonn,easy,base %O A034121 1,1 %A A034121 _Patrick De Geest_, Sep 15 1998