38882
domain: N
Appears in sequences
- Number of partitions of floor(7n/2) into n nonnegative integers each no more than 7.at n=23A001979
- Number of points on surface of dodecahedron: a(n) = 30*n^2 + 2 for n > 0.at n=36A005903
- a(n) = floor(n^(n^(1/3))).at n=29A157254
- a(n) = 729*n^2 - 1016*n + 354.at n=7A157665
- Expansion of (1/(1-x))*c(x/(1-x)^4), c(x) the g.f. of A000108.at n=7A162476
- Triangle read by rows: T(n,k) is the number of steps in constructing a tree f(n,k) where f(a,b) = f(f(a-1,b), f(a,b-1)), f(0,b) = f(b-1,b-1), f(a,0) = f(a-1,a-1), f(0,0) = 0; n >= 0, k = 0..n.at n=27A369792