In solving for isosceles almost and nearly Pythagorean triples, I have observed that the set of triples:
$$ S_n = \{ (1,1,1), (2,2,3) ,(5,5,7), (12, 12, 17), (29, 29, 41) \dots \}$$
are iso-APTs for odd $n$ and iso-NPTs for even $n$. Moreover, I've observed that the next terms are given by: $$(x+y, x+y, x+2y)$$ where $(x,y)$ is a solution to $x^2-2y^2 = \pm 1$
How can I show that if I have $(x,y)$ as a solution to either signs of $x^2-2y^2 = \pm 1$, then $(x+2y, x+y)$ is a solution to the Pell equation of the opposite sign?