76086
domain: N
Appears in sequences
- Number of configurations of Sam Loyd's sliding block 15-puzzle that require a minimum of n moves to be reached, starting with the empty square at one of the 8 non-corner boundary squares.at n=15A090165
- a(n+1) = a(n) + (if a(n) is odd then (next odd square) else (next even square)), a(0) = 1.at n=39A116955
- 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, 1, 0), (0, 0, -1), (0, 1, 1), (1, -1, 1)}.at n=10A148860