OFFSET
1,3
FORMULA
a(n) = A050742(n)^3. - Andrew Howroyd, Aug 11 2024
MATHEMATICA
Select[Range[0, 60]^3, And@@(First[#]!=Last[#]&/@Partition[IntegerDigits[#], 2, 1])&] (* Harvey P. Dale, Feb 08 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Sep 15 1999
EXTENSIONS
Offset corrected by Andrew Howroyd, Aug 11 2024
STATUS
approved