OFFSET
0,3
COMMENTS
Numbers which have square roots, cube roots, 4th, 5th and 6th roots.
FORMULA
a(n) = n^60.
a(n) = A122971(n)^2. - Michel Marcus, Sep 02 2016
MATHEMATICA
Range[0, 6]^60 (* Michael De Vlieger, Sep 02 2016 *)
PROG
(PARI) a(n)=n^60 \\ Charles R Greathouse IV, Sep 01 2016
(Sage) [n^60 for n in range(10)] # Bruno Berselli, Sep 03 2016
(Magma) [n^60: n in [0..10]]; // Bruno Berselli, Sep 03 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Bhushan Bade, Sep 01 2016
STATUS
approved