44886
domain: N
Appears in sequences
- Numbers that eventually reach 1 under "x -> sum of 4th power of digits of x".at n=27A219111
- Number of nX4 arrays of the minimum value of corresponding elements and their horizontal, vertical or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..3 nX4 array.at n=4A220200
- T(n,k)=Number of nXk arrays of the minimum value of corresponding elements and their horizontal, vertical or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..3 nXk array.at n=32A220204
- Number of 5 X n arrays of the minimum value of corresponding elements and their horizontal, vertical, or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..3 5Xn array.at n=3A220208
- a(0) = a(1) = 1, and a(n) = a(n-1) + a( (a(n-1)-1) mod n ) for n>=2.at n=37A268176