OFFSET
1,1
COMMENTS
The sequence of cubes starts: 21952, 35937, 68921, 1259712, 2299968, 3869893, 4019679, 5359375, ...
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000
Jeremy Gardiner, Middle digit in cube numbers, Seqfan Mailing list, Dec 12 2016.
EXAMPLE
28^3 = 21(9)52, 181^3 = 592(9)741, 536^3 = 1539(9)0656.
MATHEMATICA
ond9Q[n_]:=Module[{idn=IntegerDigits[n^3], len}, len=Length[idn]; OddQ[len]&&idn[[(len+1)/2]]==9]; Select[Range[800], ond9Q] (* Harvey P. Dale, Mar 14 2018 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Lars Blomberg, Jan 07 2017
STATUS
approved