36674
domain: N
Appears in sequences
- A recursive triangular sequence with row sums (5^(n - 1)*(n + 3)!)/12: A(n,k)= A(n - 1, k - 1) + A(n - 1, k) + 5 *(2 + n) (13 + 5* n)*A(n - 2, k - 1).at n=22A153811
- A recursive triangular sequence with row sums (5^(n - 1)*(n + 3)!)/12: A(n,k)= A(n - 1, k - 1) + A(n - 1, k) + 5 *(2 + n) (13 + 5* n)*A(n - 2, k - 1).at n=26A153811
- T(n,k)=Number of (n+1)X(k+1) 0..1 arrays x(i,j) with row sums sum{x(i,j), j=1..k+1} nondecreasing, and column sums sum{i*x(i,j), i=1..n+1} nondecreasing.at n=30A233062
- Number of (3+1)X(n+1) 0..1 arrays x(i,j) with row sums sum{x(i,j), j=1..n+1} nondecreasing, and column sums sum{i*x(i,j), i=1..3+1} nondecreasing.at n=5A233064
- Number of 3-regular bipartitions of n.at n=26A328547
- a(n)/A002939(n+1) is the Kirchhoff index of the disjoint union of two complete graphs each on n and n+1 vertices with the empty graph on n+1 vertices.at n=12A338588
- a(n) = prime(n)^2 + prime(n+1).at n=42A352851