357857
domain: N
Appears in sequences
- a(n) = 5^n - n^5.at n=8A024054
- Nonnegative numbers of the form x^y - y^x, for x,y > 1.at n=32A045575
- a(0)=1 and for n>0: a(n) = if gcd(a(n-1),n)>1 then lcm(a(n-1),n) else a(n-1)+n.at n=17A076607
- Triangle read by rows: T(n, k) = abs(n^k-k^n), 1<=k<=n.at n=32A082754
- a(n) = (n-1)^F(n) - F(n)^(n-1), where F(n) = A000045(n).at n=5A140892
- a(n)=n^(n+3)-(n+3)^n.at n=5A153217
- Monotonic ordering of nonnegative differences 5^i-8^j, for 40>= i>=0, j>=0.at n=27A192197