27095
domain: N
Appears in sequences
- a(n) is the number of compositions of n in which the maximum part size is 5.at n=18A006979
- a(0)=a(1)=a(2) = 1. a(n) = (a(n-1) +a(n-2)) /GCD(a(n-1)+a(n-2),a(n-3)), for n >= 3.at n=36A123274
- Triangular array with the first half of the odd-indexed rows of A048004.at n=40A125105
- Number of walks within N^3 (the first octant of Z^3) starting at (0,0,0) and consisting of n steps taken from {(-1, -1, -1), (-1, 0, 0), (1, 0, 1), (1, 1, 0), (1, 1, 1)}.at n=7A151216
- Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 222", based on the 5-celled von Neumann neighborhood.at n=15A279987