209950
domain: N
Appears in sequences
- Integer squares y from the smallest solutions of y^2 = x*(a^N - x)*(b^N + x) (elliptic line, Weierstrass equation) with a and b legs in primitive Pythagorean triangles and N = 2. Sequence ordered in increasing values of leg a.at n=34A120210
- a(n) = binomial(2*n-4,n-1)*(n+3)/n.at n=11A271823
- Square array read by ascending antidiagonals: T(n,k) = [x^k] (1 - x)^(2*k) * Legendre_P(n*k-1, (1 + x)/(1 - x)) for n, k >= 0.at n=32A364513