24321
domain: N
Appears in sequences
- a(n) = Sum_{k=0..n} (k+1) * A026758(n, k).at n=11A027235
- a(n) = Sum_{d|n} sigma(n/d)*d^3.at n=25A027847
- Number of partitions of n with equal nonzero number of parts congruent to each of 2 and 3 (mod 5).at n=50A035569
- Number of ways to label the vertices of the octahedron (or faces of the cube) with nonnegative integers summing to n, where labelings that differ only by rotation or reflection are considered the same.at n=38A097513
- a(1)=1, a(n)=a(n-1)+n^1 if n odd, a(n)=a(n-1)+ n^3 if n is even.at n=20A140145
- a(n) = (3*n+1)*(5*n+1).at n=40A144459
- Number of ASCII letter 'A' bytes that when compressed with zlib generate a new record longest compressed byte stream.at n=39A375585
- a(n) = Sum_{d|n} binomial(2*d-1,d).at n=8A382503