OFFSET
1,7
COMMENTS
Given n, n!=k^3, there are infinitely many solutions, and all other solutions can be derived from the minimal solution pair by a recurrence relation. See Wolfe, pages 359-369.
REFERENCES
Clyde Lynne Earle Wolfe, On the Indeterminate Cubic Equation X^3 + Dy^3 + D^2z^3 - 3Dxyz, University of California Press, 1923, pp. 359-369.
LINKS
Xianwen Wang, Table of n, a(n) for n = 1..6000
EXAMPLE
For n=5, the minimal positive solution is (41, 24, 14), so a(13)=41, a(14)=24, a(15)=14.
The array begins:
1, 0, 0,
1, 1, 1,
4, 3, 2,
5, 3, 2,
41, 24, 14,
109, 60, 33,
...
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Xianwen Wang, May 29 2025
EXTENSIONS
Name edited by Michel Marcus, Jun 03 2025
STATUS
approved
