2359297
domain: N
Appears in sequences
- a(n) = n*2^(n-1) + 1.at n=18A005183
- a(n) = n*4^n + 1.at n=9A050915
- a(n) = 2*a(n-1) - 1 with a(0) = 10.at n=18A083705
- a(n) = 9*4^n+1.at n=9A199208
- a(n) = 9*8^n+1.at n=6A199556
- Numbers n such that n^2 XOR n^3 is a square, where XOR is the bitwise XOR operator.at n=37A261808
- Indices where A354169 is the sum of two consecutive powers of 2.at n=37A354775
- a(n) = Sum_{d|n} d^(n/d - d) * binomial(n/d-1,d-1).at n=37A376021