59304
domain: N
Appears in sequences
- Number of positions that are exactly n moves from the starting position in the Skewb puzzle.at n=6A079745
- Let M = the 3 X 3 matrix [1 1 1; 3 1 0; 2 0 0]. Perform M^n * [1 0 0] getting (1, 3, 2; 6, 6, 2; 14, 24, 12; 50, 66, 28; ...) which we string together to form the sequence.at n=28A107271
- Number of 5-cycles in the n-triangular honeycomb obtuse knight graph.at n=43A290391
- Number of ways to write n as an ordered sum of nine powers of 2.at n=42A342252
- a(n) = Sum_{k=0..n} divides(k, n) * 3^k, where divides(k, n) = 1 if k divides n, otherwise 0.at n=10A363913