OFFSET
1,1
COMMENTS
There are two versions of "taxicab numbers" that are A001235 and A011541. This sequence focuses on the version A001235.
All terms of this sequence are members of this sequence infinitely many times. For example, in this sequence there are infinitely many times "277" and there are infinitely many times "17".
Is a(n) >= 13 for all n? This is true for n <= 10000. - Robert Israel, May 09 2016
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MATHEMATICA
FactorInteger[Select[Range[2*10^5], Length[PowersRepresentations[#, 2, 3]] > 1 &]][[All, -1, 1]] (* Michael De Vlieger, May 10 2016, after Harvey P. Dale at A001235 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Altug Alkan, May 09 2016
STATUS
approved