37688
domain: N
Appears in sequences
- a(n) = binomial(n+3,6) + binomial(n+1,5) + binomial(n,5).at n=13A005732
- a(n) = Sum_{1 <= i < j <= n} (j-i)^3.at n=14A024166
- Duplicate of A024166.at n=14A085437
- Number of partitions of n into decimal repdigit numbers.at n=46A088669
- Number of partitions of n into decimal palindromes.at n=46A091580
- Triangle T(n,m) read by rows: matrix product A053121 * A038207.at n=58A096164
- Numbers k such that 14^k - 3 is prime.at n=17A339924
- Triangle read by rows: T(n,k) is the number of digraphs on n unlabeled nodes with k arcs and a global source (or sink), n >= 1, k = 0..(n-1)^2.at n=47A350797
- Number of n-vertex binary trees that do not contain 0((00)[0(00)]) as a subtree.at n=10A365510
- T(n, k) = Sum_{m = 0..n-1} Stirling1(m+1, k)*binomial(n, m)*(-1)^(n + k), where "Stirling1" are the signed Stirling numbers of the first kind.at n=31A367198