22318
domain: N
Appears in sequences
- Triangular array: T(n,1)=T(n,n)=n, for 1<k<n: T(n,k) = concatenation of T(n-1,k-1) and T(n-1,k) in binary representation.at n=26A079661
- 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, 0), (-1, 0, 1), (-1, 1, -1), (1, 0, 0), (1, 1, 0)}.at n=8A150312
- The 240-degree spoke (or ray) of a hexagonal spiral of Ulam.at n=43A244805
- Coefficients in the power series A(x) such that: x*A(x) = Sum_{n=-oo..+oo} (-1)^n * x^(n*(n+1)) * A(x)^n.at n=9A357221