32825
domain: N
Appears in sequences
- Numbers that are the sum of 2 nonzero squares in exactly 6 ways.at n=30A025289
- Numbers that are the sum of 2 nonzero squares in 6 or more ways.at n=32A025297
- Numbers that are the sum of 2 distinct nonzero squares in exactly 6 ways.at n=30A025307
- Numbers that are the sum of 2 distinct nonzero squares in 6 or more ways.at n=32A025316
- Sum_{k=0..n^2} (k^2 - n^2)/n.at n=9A071902
- Numbers m that are the hypotenuse of exactly 22 distinct integer-sided right triangles, i.e., m^2 can be written as a sum of two squares in 22 ways.at n=31A097103
- a(n) = n*(n+1)*(4*n+1)/2.at n=25A135713
- A recursive triangle sequence: A(n,k)=k^2*(A(n - 1, k - 1) + A(n - 1, k)).at n=19A156137
- a(0) = 0, a(n) = n^2 * (a(n-1) + 1).at n=5A193563
- Sum of the next to smallest parts in the partitions of 4n into 4 parts with smallest part = 1.at n=37A239195
- a(n) = a(n-1) + 3*a(n-2) -2*a(n-3) - 2*a(n-4), where a(0) = -2, a(1) = -2, a(2) = 2, a(3) = 1.at n=18A295854