OFFSET
1,1
COMMENTS
The sequence of cubes starts: 17576, 79507, 1225043, 1295029, 1685159, 1815848, 2515456, 2685619, ...
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
26^3 = 17(5)76, 150^3 = 337(5)000, 603^3 = 2192(5)6227
MATHEMATICA
Select[Range[900], OddQ[IntegerLength[#^3]]&&IntegerDigits[#^3][[(IntegerLength[ #^3]+1)/2]]==5&] (* Harvey P. Dale, Aug 24 2017 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Lars Blomberg, Jan 07 2017
STATUS
approved