OFFSET
1,1
COMMENTS
A038444 is a subsequence. Are there an infinite number of terms not in A038444 that are not a multiple of 10? - Chai Wah Wu, Dec 02 2016
Conjecture: sequence is equal to A038444 plus terms of the form 684917*10^k for k >= 0. - Chai Wah Wu, Sep 02 2017
Conjecture is true up to 4.8*10^18. - Giovanni Resta, Sep 03 2017
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..130
FORMULA
a(n)^3 = A278936(n).
EXAMPLE
684917 is in the sequence because 684917^3 = 321302302131323213.
PROG
(PARI) select(n->vecmax(digits(n^3))==3, vector(1000000, n, n))
(Magma) [n: n in [1..2*10^7] | Max(Intseq(n^3)) eq 3]; // Vincenzo Librandi, Dec 03 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Colin Barker, Dec 02 2016
STATUS
approved