60019
domain: N
Appears in sequences
- In base 3: smallest number that requires n Reverse and Add! steps to reach a palindrome.at n=31A077403
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n-1) + b(n-2) - 2*b(n-3), where a(0) = 1, a(1) = 3, a(2) = 5, b(0) = 2, b(1) = 4, b(2) = 6, and (a(n)) and (b(n)) are increasing complementary sequences.at n=20A295359