29688
domain: N
Appears in sequences
- Number of 5-ary rooted trees with n nodes and height at most 9.at n=14A036620
- a(n) = n^4 + 4*n^3 + 12*n^2 + 24*n + 24.at n=12A127878
- Number of lines through at least 2 points of a 10 X n grid of points.at n=36A160850
- Numbers n with property that (n+1)*prime(n+1)-n*prime(n) is a perfect square s^2.at n=41A181283
- a(n) = T(9,n), array T given by A047858.at n=11A195857
- Number of symmetrically unique Dyck paths of semilength n and height five.at n=7A291889
- Triangle read by rows: T(w,h) (for w >= h >= 1) is the number of distinct sets of rectangles with integer sides that tile the w X h rectangle.at n=25A349575
- Triangle read by rows. T(n, k) = A000326(n - k + 1) * T(n, k - 1) + T(n - 1, k) for 0 < k < n. T(n, 0) = 1 and T(n, n) = T(n, n - 1) if n > 0.at n=18A366138