98514
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=25A001224
- a(n) = (F(2*n-1) + F(n+1))/2 where F(n) is a Fibonacci number.at n=14A005207
- Fibonacci sequence beginning 0, 9.at n=21A022092
- Numbers k that can be expressed as k = w + x = y*z with w*x = y^2 + z^2 where w, x, y, and z are all positive integers.at n=22A057373
- 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=25A060312
- 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=25A068928
- Duplicate of A001224.at n=26A102526
- Constant term of the reduction of the polynomial p(n,x)=(1/2)((x+1)^n+(x-1)^n) by x^2->x+1.at n=14A192352
- a(n) = 3*2^n + n^2 - n.at n=15A308580