57700
domain: N
Appears in sequences
- Numbers n such that sum of digits of n equals the sum of digits of n^3.at n=36A070276
- Triangle, read by rows, defined by: T(n,k) = Sum_{j=0..n-k-1} T(j+k,k)*T(n-j,k+1) for n > k >= 0, with T(n,n) = n+1.at n=31A127058
- 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, 0), (1, -1, -1), (1, 0, 1), (1, 1, -1)}.at n=10A148827