That's why I said I probably missed out on something. From what I remember, the first few numbers in the sequeneces we found gave every number that fit the criteria without missing anything out.
I'll spend sometime on it and see what I can come up with.
Yep it's a much better way to generate them than we've found. I asked Rich last night about it and he pointed me at:
this does seem to look vaguely similar to what you were saying
because like case1:
n = p^2 (n+1)/2 = q^2
p^2 = 2q^2 - 1 = (rt2.q + 1)(rt2.q - 1)
and well if n is an integer, then n^2k is a square, so I can see where that 2n came in. So yeah looks like this is definitely on the right lines
Did you read that article about this square triagular numbers? It didn't take Euler to figure out there are infinte numbers of such number that afternoon.
Did you read that article about this square triagular numbers? It didn't take Euler to figure out there are infinte numbers of such number that afternoon.