10874275domain: NAppears in sequencesa(n) = 1^n + 2^n + ... + 5^n.at n=10A001552Sum of 10th powers.at n=5A023002Triangle T(n,k) = sum of the k first n-th powers.at n=60A215083Numbers which are the sums of consecutive tenth powers.at n=15A217850a(n) = Sum_{k=0..n} k^(2*n).at n=5A249459a(n) = Sum_{k=0..floor(n/2)} k^n.at n=10A352981