37701
domain: N
Appears in sequences
- If F(n) is the n-th Fibonacci number, then a(2n) = (F(2n+1) + F(n+2))/2 and a(2n+1) = (F(2n+2) + F(n+1))/2.at n=23A001224
- a(n) = (F(2*n-1) + F(n+1))/2 where F(n) is a Fibonacci number.at n=13A005207
- Number of distinct ways to tile a 2 X n rectangle with dominoes (solutions are identified if they are rotations or reflections of each other).at n=23A060312
- Number of incongruent ways to tile a 3 X 2n room with 1x2 Tatami mats. At most 3 Tatami mats may meet at a point.at n=23A068928
- Duplicate of A001224.at n=24A102526
- a(n) = ( (9 + sqrt(6))^n - (9 - sqrt(6))^n )/(2*sqrt(6)).at n=4A154241
- Number of (n+1)X(1+1) 0..2 arrays with the maximum plus the upper median plus the lower median of every 2X2 subblock equal.at n=6A236877
- Number of (n+1)X(7+1) 0..2 arrays with the maximum plus the upper median plus the lower median of every 2X2 subblock equal.at n=0A236883
- T(n,k) = Number of (n+1) X (k+1) 0..2 arrays with the maximum plus the upper median plus the lower median of every 2 X 2 subblock equal.at n=21A236884
- T(n,k) = Number of (n+1) X (k+1) 0..2 arrays with the maximum plus the upper median plus the lower median of every 2 X 2 subblock equal.at n=27A236884
- The subsequence A253065(2^n-1).at n=8A253067
- a(n) = (3*n-1)*(n^4-18*n^3+179*n^2-582*n+720)/120.at n=19A381193
- Centered truncated cube numbers: a(n) = (46*n^3 - 69*n^2 + 29*n - 3)/3.at n=13A390140