74974368
domain: N
Appears in sequences
- Binomial coefficient C(4n,n-10).at n=6A004340
- Binomial coefficient C(8n,n-2).at n=6A004383
- a(n) = binomial(2^n, n).at n=6A014070
- Binomial coefficients C(n,58).at n=6A017722
- Binomial coefficients C(64,n).at n=6A017780
- Binomial coefficients C(2*n+6,6).at n=29A053135
- Triangle read by rows: T(n,k) = binomial(n^2, k), 0 <= k <= n.at n=42A090642
- Weight enumerator of [64,63,2] Reed-Muller code RM(5,6).at n=3A110851
- Square table, read by antidiagonals, where T(n,k) = C((n+1)*2^(k-1), k) for n>=0, k>=0.at n=34A136462
- Triangle T, read by rows, where column 0 of T^m = {C(m*2^n, n), n>=0} for all m.at n=21A136470
- Square array, read by antidiagonals, where T(n,k) = binomial(2^k + n-1, k).at n=34A136555
- Triangle, read by rows, T(n, k) = binomial(n*binomial(n, floor((n-k)/2)), k).at n=42A157109