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 A034309 #12 May 26 2024 16:16:47 %S A034309 11,36,86,167,288,457,682,971,1004,1372,1821,2358,2993,3732,4583,5555, %T A034309 6656,7893,8025,9421,10971,12682,14563,16621,18864,21301,23938,26785, %U A034309 27082,30168,33480,37026,40815,44853,49149,53711,58547,63665,64193 %N A034309 Decimal part of a(n)^(1/3) starts with reversal of its integer part: first term of runs. %H A034309 Harvey P. Dale, <a href="/A034309/b034309.txt">Table of n, a(n) for n = 0..100</a> %t A034309 dp3Q[n_]:=Module[{il=IntegerLength[Floor[CubeRoot[n]]],c},c=TakeDrop[RealDigits[ CubeRoot[ n],10,2il][[1]],il];c[[1]]==Reverse[c[[2]]]]; Split[Select[Range[65000], dp3Q], (#2 - #1 == 1 &)][[;; , 1]] (* _Harvey P. Dale_, May 26 2024 *) %Y A034309 Cf. A034096-A034135. %K A034309 nonn,base %O A034309 0,1 %A A034309 _Patrick De Geest_, Oct 15 1998