427329
domain: N
Appears in sequences
- Number of compositions of n into 6 ordered relatively prime parts.at n=32A023031
- a(n) = (n+1)*binomial(n+1,5).at n=16A027765
- a(n) = (n+1)*binomial(n+1,16).at n=5A027776
- Triangle read by rows where T(n,k) is the number of labeled loop-graphs with n vertices and n edges, k of which are loops.at n=30A368928
- a(n) is the smallest error in trying to solve n^5 = x^5 + y^5: for each n from 2 on, find positive integers x and y, x <= y < n such that |n^5 - x^5 - y^5| is minimal and let a(n) = n^5 - x^5 - y^5. In case of a tie, choose the solution with smallest y.at n=31A369855