OFFSET
1,1
COMMENTS
A rapidly growing sequence of integers, each equal to x(n)^3 + y(n)^3 = u(n)^3 + w(n)^3 for distinct positive integers x(n), y(n), u(n), w(n), generated from a parameterized expression. Values omit small classical examples (like 1729) and begin at much larger values and is therefore a parameterized subset of solutions to A001235.
This sequence also corresponds to the Pell-type equation x^2 - 3*y^2 = 78. - Jamal Agbanwa, May 20 2026
LINKS
Jamal Agbanwa, A Closed-Form Symbolic Generator: A^n + B^n = C^n + D^n, n = 2, 3, Preprint, 2025. See also arXiv:2506.19173 [math.GM], 2025, p. 8.
FORMULA
a(n) = x(n)^3 + y(n)^3 = u(n)^3 + w(n)^3 where:
x(n) = (-6 + (15 - 7*sqrt(3))*(7 - 4*sqrt(3))^n + (15 + 7*sqrt(3))*(7 + 4*sqrt(3))^n)/4 + 3,
y(n) = (-18 + (7 - 5*sqrt(3))*(7 - 4*sqrt(3))^n + (7 + 5*sqrt(3))*(7 + 4*sqrt(3))^n)/4,
u(n) = (-6 + (15 - 7*sqrt(3))*(7 - 4*sqrt(3))^n + (15 + 7*sqrt(3))*(7 + 4*sqrt(3))^n)/4, abd
w(n) = (-18 + (7 - 5*sqrt(3))*(7 - 4*sqrt(3))^n + (7 + 5*sqrt(3))*(7 + 4*sqrt(3))^n)/4 + 9.
EXAMPLE
For n = 7, a(7) = x(n)^3 + y(n)^3 = ((-6 + (15 - 7*sqrt(3))*(7 - 4*sqrt(3))^7 + (15 + 7*sqrt(3))*(7 + 4*sqrt(3))^7)/4 + 3)^3 + ((-18 + (7 - 5*sqrt(3))*(7 - 4*sqrt(3))^7 + (7 + 5*sqrt(3))*(7 + 4*sqrt(3))^7)/4)^3 = 390962878508814502873889816.
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Jamal Agbanwa, May 19 2025
STATUS
approved
