282310
domain: N
Appears in sequences
- a(n) = 1 + a(floor(n/2))*a(ceiling(n/2)).at n=30A005468
- Recursive sequence; one more than maximum of products of pairs of previous terms with indices summing to current index.at n=30A091980
- 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, 1), (0, 1, -1), (1, -1, -1), (1, 0, 1)}.at n=11A148829