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 A294996 #10 Jul 22 2019 02:20:57 %S A294996 4,6,25,36,37,40,51,60,64,77,85,86,117,118,134,136,146,154,185,218, %T A294996 236,250,345,360,370,374,381,384,400,405,465,510,585,586,587,600,606, %U A294996 625,640,705,770,805,806,825,845,850,860,1011,1021,1045,1046,1081,1101,1124,1136,1145,1146,1170,1177,1180 %N A294996 Numbers n such that the largest digit of n^3 is 6. %C A294996 For any term a(n), all numbers of the form a(n)*10^k, k >= 0, are in this sequence. We could call "primitive" the terms not of this form, i.e., without trailing '0'. %C A294996 Includes a*10^k+b for k >= 3 and [a,b] in {[11, 1], [5, 4], [4, 5], [6, 5], [5, 6], [11, 10], [1, 11], [10, 11]}, and 8*10^k+8 for k >= 4. - _Robert Israel_, Jul 22 2019 %H A294996 Robert Israel, <a href="/A294996/b294996.txt">Table of n, a(n) for n = 1..10000</a> %e A294996 4 is in the sequence because the largest digit of 4^3 = 64 is 6. %o A294996 (PARI) for(n=1,2e3, vecmax(digits(n^3))==6&&print1(n",")) %Y A294996 Cf. A295021 (the corresponding cubes); A278937, A294664, A294665, A294997 .. A294999 (same for digit 3, ..., 9); A295006 (same for squares). %Y A294996 Cf. A000578 (the cubes). %K A294996 nonn,base %O A294996 1,1 %A A294996 _M. F. Hasler_, Nov 13 2017