OFFSET
1,1
COMMENTS
The sequence of cubes starts: 10648, 15625, 19683, 46656, 50653, 1906624, 2146689, 2406104, ...
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
22^3 = 10(6)48, 156^3 = 379(6)416, 678^3 = 3116(6)5752.
MATHEMATICA
Select[Range[887], OddQ[len=Length[IntegerDigits[#^3]]]&&Part[IntegerDigits[#^3], (len+1)/2]==6 &] (* Stefano Spezia, Oct 03 2023 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Lars Blomberg, Jan 07 2017
STATUS
approved