148257
domain: N
Appears in sequences
- a(n) = n^2*(n+1)^2*(n+2)/12.at n=17A004302
- Numbers k such that k and 5*k are anagrams.at n=2A023089
- a(n) = floor(n/2) * floor((n-1)/2) * floor((n-2)/2) * floor((n-3)/2) * floor((n-4)/2) / 12.at n=38A028725
- Numbers n such that n^4 is a sum of 4th powers of four nonzero integers whose sum is n.at n=28A138760
- 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=32A140145
- Number of tripartite partitions of (n,n,n) into distinct triples.at n=6A219560
- Number A(n,k) of k-partite partitions of {n}^k into distinct k-tuples; square array A(n,k), n>=0, k>=0, read by antidiagonals.at n=51A219585