169350
domain: N
Appears in sequences
- a(n) = floor(10^n/3^n).at n=10A094977
- Floor((n+1/n)^10).at n=2A197711
- a(n) = floor(n^n / 3^n).at n=10A233397
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n), where a(0) = 1, a(1) = 4, b(0) = 2, b(1) = 3, b(2) = 5, and (a(n)) and (b(n)) are increasing complementary sequences.at n=21A295950