45755
domain: N
Appears in sequences
- Numbers k such that k-1 is a palindrome in base 10, and k+1 is a palindrome in base 17.at n=22A033621
- a(n) = a(1) + a(2) + ... + a(n-1) - a(m) for n >= 4, where m = 2^(p+1) + 2 - n and p is the unique integer such that 2^p < n - 1 <= 2^(p+1), starting with a(1) = 1 and a(2) = a(3) = 3.at n=17A049925
- Number of partitions of n such that the (sum of distinct even parts) > n/2.at n=50A284618
- Number of partitions of n such that the (sum of distinct even parts) >= n/2.at n=50A284619
- a(1) = 1, a(2) = 2, a(3) = 3; for n > 3, a(n) is the smallest positive number which has not appeared such that all the distinct prime factors of a(n-3) + a(n-2) + a(n-1) are factors of a(n).at n=30A361593