52597
domain: N
Appears in sequences
- Sum of largest parts of all partitions of n into an even number of parts.at n=33A222048
- Smallest k<3*2^n such that 3*2^n+k is the smallest of four consecutive primes in arithmetic progression or 0 if no solution.at n=42A230852
- a(n) = floor(a(n-1)*3/2) bitwise-OR LSB(a(n-1)*n), with a(1)=2 (LSB = Least Significant Bit).at n=25A333589