A356704 a(n) is the least k such that Mordell's equation y^2 = x^3 + k^3 has exactly 2*n+1 integral solutions.
3, 7, 1, 2, 8, 329, 217, 506, 65, 260, 585
Offset: 0
Examples
a(4) = 8 since y^2 = x^3 + 8^3 has exactly 9 solutions (-8,0), (-7,+-13), (4,+-24), (8,+-32), and (184,+-2496), and the number of solutions to y^2 = x^3 + k^3 is not 9 for 0 < k < 8.
Formula
a(n) = A179162(2*n+1)^(1/3).
Comments