32840
domain: N
Appears in sequences
- Sums of distinct powers of 8.at n=38A033045
- Positive numbers having the same set of digits in base 2 and base 8.at n=33A037413
- Sums of 3 distinct powers of 8.at n=12A038485
- Triangular array generated by its row sums: T(n,0)=1 for n >= 0, T(1,1)=2, T(n,k)=T(n,k-1)+d*r(n-k) for k=2,3,...,n, d=(-1)^(k+1), n >= 2, r(h)=sum of the numbers in row h of T.at n=49A054098
- If n mod 2 = 0 then 2*Sum(floor(C(n,w)/(2*w+1)),w=0..n/2-1)+floor(C(n,n/2)/(n+1)) otherwise 2*Sum(floor(C(n,w)/(2*w+1)),w=0..(n-1)/2).at n=19A085570
- Sequence a(n) = 2 + 3*A001519(n+1) appearing in a certain four circle touching problem together with A246639.at n=10A246638
- Number T(n,k) of tilings of a 5 X n rectangle with pentominoes of any shape and exactly k pentominoes of shape V; triangle T(n,k), n>=0, 0<=k<=max(0,n-2+delta_{n,3}), read by rows.at n=44A247709
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n-2)*b(n), where a(0) = 2, a(1) = 4, b(0) = 1, b(1) = 3, b(2) = 5, and (a(n)) and (b(n)) are increasing complementary sequences.at n=15A296270