109220
domain: N
Appears in sequences
- Number of 4X3 integer matrices with each row summing to zero, row elements in nondecreasing order, rows in lexicographically nondecreasing order, and the sum of squares of the elements <= 2*n^2 (number of collections of 4 zero-sum 3-vectors with total modulus squared not more than 2*n^2, ignoring vector and component permutations).at n=10A192704
- Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 366", based on the 5-celled von Neumann neighborhood.at n=16A281420
- Table where row n lists numbers N equal to the determinant of an n X n circulant having as a row the base n+1 digits of N.at n=48A303262
- a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/3)} binomial(n-1,3*k) * a(k).at n=19A352045