257982
domain: N
Appears in sequences
- Numbers k such that the sum of all possible subsequences of the digits in k, excluding k itself, is k.at n=0A065794
- 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), (0, 1, -1), (1, 0, 0), (1, 1, 1)}.at n=9A150802
- a(n)= n * reversal(n-1) * reversal(n+1).at n=37A160936