OFFSET
1,1
FORMULA
a(n) is the least solution to p^n=x^3+y^3, x, y>0 or a(n)=a(3k)=0 labels cases if no solution exists.
a(3k)=0, a(3k+1)=2^(3k+1), a(3k+2)=3^(3k+2).
From Chai Wah Wu, May 18 2017: (Start)
a(n) = 35*a(n-3) - 216*a(n-6) for n > 6.
G.f.: x*(-72*x^4 - 54*x^3 + 9*x + 2)/(216*x^6 - 35*x^3 + 1). (End)
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 07 2003
EXTENSIONS
Formula, corrected description and more terms from Ray Chandler, Jul 20 2003
STATUS
approved
