71048
domain: N
Appears in sequences
- Difference between sum of largest parts and sum of smallest parts of all partitions of n into an odd number of parts.at n=35A211870
- Number of minimal palindromic words of length n over {1,2} that begin with 1.at n=32A225368
- a(0) = 0, a(1) = 1 and a(n) = 6*a(n-1)/(n-1) + 16*a(n-2) for n > 1.at n=8A304944