A key idea for solving $x^3 + y^3 = 1141$ is point doubling.
I refer to the book by L. E. Dickson,
History of the Theory of Numbers, Volume II, Chapter XXI,
section 'Three equal sums of two cubes', pp. $572$-$578$. On
page $572$ "Numbers the sum of two rational cubes: $x^3 + y^3 = Az^3$":
$\quad$ J. Pretet$^{181}$ employed Fermat's process to get the solution
$$X = x(2y^3+x^3), \qquad Y = -y(2x^3+y^3), \qquad Z = z(x^3-y^3). $$
Given one solution $\;(x:y:z) = (20:-19:1)\;$ of $\;x^3+y^3=1141z^3,\;$
its double is $(-114360: 173679: 14859)$ which is equivalent to
$(38120: -57893: -4953)$ in homogeneous coordinates.
In order to get both $x$ and $y$ positive
you can keep doubling the points. In fact the next doubling gives
$$(12681563775265601680: 4819429005921295601: 1235415052524024021).$$
All the points $(x:y:z)$ in homogeneous coordinates that satisfy the
elliptic curve equation $x^3+y^3=Az^3$ form an abelian group
with a geometric group law. Doubling a point is a special case of
addition of points. In any particular case, there may or
may not be any positive rational solutions. However, if there is a
non-torsion such solution (as is the case here) then there will be
infinitely many such close to it.
In general, the solutions to $\,x^3 + y^3 = Az^3\,$ are given by
generalized Somos-$5$ sequences. In the specific case of $\,A=1141\,$
we know that $\;(x:y:z) = (20:-19:1)\;$ is one solution and others
can be found through doubling and addition of points. Now define the
sequence of points $\,(x_n:y_n:z_n)\,$ through initial values
$$ x_{-2} = 38120,\; x_{-1} = 19,\; x_0 = 1,\; x_1 = 20,\; x_2 = 57803 $$
and the recursion relation for all integer $\,n\,$
$$ x_{n+3}x_{n-2}=7115358260x_{n+2}x_{n-1}-249427630228957 x_{n+1}x_n. $$
Define the other sequence $\,y_n := -x_{-n}\,$ for all integer
$\,n.\,$ Also define $\,z_n := \pm\sqrt[3]{(x_n^3 + y_n^3)/A}\,$ for
$\,0\le n\le 5,\; z_{n} = -z_{-n}\,$ for $\,n<0\,$ and $\,y_n, z_n\,$
satisfy the same recursion relation as $\,x_n.\,$ You can verify that
$\, x_n^3 + y_n^3 = Az_n^3\,$ for all integer $\,n.\,$
For convenience and as a check, here is a table of sequence values:
$$ \begin{array}{|r|r|r|r|} \hline
n && x_n & y_n & z_n \\ \hline
-3 && 11842954469 & -74451906469 & -7115358260 \\ \hline
-2 && 38120 & -57893 & -4953 \\ \hline
-1 && 19 & -20 & -1 \\ \hline
0 && 1 & -1 & 0 \\ \hline
1 && 20 & -19 & 1 \\ \hline
2 && 57893 & -38120 & 4953 \\ \hline
3 && 74451906469 & -11842954469 & 7115358260 \\ \hline
4 && 12681563775265601680 & 4819429005921295601 & 1235415052524024021
\\ \hline
\end{array}$$
Approximately $1/3$ of all points have $\,x_n\,$ and $\,y_n\,$ of the
same algebraic sign as $\,z_n\,$ and thus, the affine point
$\,(x,y) := \big(\frac{x_n}{z_n}, \frac{y_n}{z_n}\big)\,$ satisfies
$\,x^3+y^3 = 1141,\,$ is positive and rational since
$\,x_n, y_n, z_n\in\mathbb{Z}.\,$ These points come in runs of
either three or four consecutive points.
The general situation is we want to find rational points $\,(x,y)\,$
of the curve $\,E\!: x^3 + y^3 = A\,$ where $\,A\,$ is a fixed
integer. It is natural to use homogeneous coordinates to modify the
equation to $\,x^3 + y^3 = Az^3\,$ where $\,(x:y:z)\,$ is the
homogeneous coordinates of the point $\,(x/z,y/z).\,$ The set of all
points on the curve $\,E\,$ including the point at infinity $\mathcal{O}$
forms an abelian group using elliptic curve addition $\oplus$.
The negation of point $\,(x,y)\,$ is $\,\ominus(x,y) = [-1](x,y) :=
(y,x)\,$ or $\,(y:x:z)\,$ in homogeneous coordinates. The additive
identity is $\mathcal{O}:=\,(1:-1:0).\,$ The negative
of the double of a point is, as given in Dickson,
$$ [-2](x:y:z) = (x(2y^3+x^3): -y(2x^3+y^3): z(x^3-y^3)). $$
Given two points $\,P_1 = (x_1:y_1:z_1)\,$ and $\,P_2 = (x_2:y_2:z_2),\,$
the negative of the group sum is
$$ \ominus(P_1 \oplus P_2) := ( x_1 x_1 y_2 z_2 - y_1 z_1 x_2 x_2:
y_1 y_1 x_2 z_2 - x_1 z_1 y_2 y_2:
z_1 z_1 x_2 y_2 - x_1 y_1 z_2 z_2). $$
The group of rational points is finitely generated and may have zero
or more generators with torsion points. The Wikipedia article
Elliptic curve covers
some of the basics. The peculiar appearance of negative of addition
is explained by the result that
$\,P_1 \oplus P_2 \oplus P_3 = \mathcal{O}\,$ for addition
of points on the curve is equivalent to $\,u_1P_1 + u_2P_2 + u_3P_3 =
0\,$ for some constants $\,u_1,u_2,u_3\,$ for the homogeneous point
triples.