OFFSET
1,2
COMMENTS
Noncube terms of this sequence are 232, 13331, 13580, 1856, 7073, 2547, ...
How is the distribution of noncube terms in this sequence? See also A273592 that is related with this question.
FORMULA
PROG
(PARI) T = thueinit(x^3+1, 1);
isA001235(n) = my(v=thue(T, n)); sum(i=1, #v, v[i][1]>=0 && v[i][2]>=v[i][1])>1;
lista(nn) = for(n=1, nn, if(isA001235(n), print1(n-sqrtnint(n, 3)^3, ", ")));
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, May 25 2016
STATUS
approved