Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #20 Sep 03 2020 11:18:10
%S 6,22,23,24,55,56,57,58,59,111,112,113,114,115,116,117,196,197,198,
%T 199,200,201,202,203,204,205,315,316,317,318,319,320,321,322,323,324,
%U 325,326,327,328,475,476,477,478,479,480,481,482,483,484,485,486,487,488
%N Numbers whose fractional part of the cube root starts with digit 8.
%H Harvey P. Dale, <a href="/A034124/b034124.txt">Table of n, a(n) for n = 1..1001</a> [offset adapted to 1 by _Georg Fischer_, Sep 03 2020]
%t cr8Q[n_]:=Module[{rd=RealDigits[Surd[n,3],10,10]},First[Drop[ rd[[1]], rd[[2]]]] == 8]; Select[Range[500],cr8Q] (* _Harvey P. Dale_, Nov 27 2014 *)
%Y Cf. A034134.
%K nonn,easy,base
%O 1,1
%A _Patrick De Geest_, Sep 15 1998