OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1999 [All terms up to 10^6, missing terms inserted by Sean A. Irvine]
MATHEMATICA
nzcQ[n_]:=With[{c=Abs[n-IntegerReverse[n]]}, c!=0&&IntegerQ[CubeRoot[c]]]; Select[Range[ 2500], nzcQ] (* Harvey P. Dale, May 18 2024 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Larry Reeves (larryr(AT)acm.org), May 16 2001
STATUS
approved