62038
domain: N
Appears in sequences
- Number of lower triangles of an n X n 0..5 array with new values introduced in row major order 0..5 and no element equal to more than one horizontal or vertical neighbor.at n=3A194537
- T(n,k) is the number of lower triangles of an n X n 0..k array with new values introduced in row major order 0..k and no element equal to more than one horizontal or vertical neighbor.at n=31A194540
- E.g.f.: Log( Sum_{n>=0} n^(2*n) * x^n/n! ).at n=3A266519
- E.g.f.: Log( Sum_{n>=0} (n + y)^(2*n) * x^n/n! ) = Sum_{n>=1} Sum_{k=0..n+1} T(n,k) * x^n*y^k/n!, as a triangle of coefficients T(n,k) read by rows.at n=12A266521
- Partial sums of the number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 673", based on the 5-celled von Neumann neighborhood.at n=35A273406