392834
domain: N
Appears in sequences
- Number of recursive calls needed to compute the n-th Fibonacci number F(n), starting with F(1) = F(2) = 1.at n=26A019274
- a(n) = 2*Fibonacci(n+2) + ((-1)^n - 3)/2.at n=25A066629
- Starting at the chess position shown, a(n) is the number of ways Black can make n consecutive moves, followed by a checkmate in one move by White.at n=29A078993
- Diagonal sums of number triangle A132046.at n=26A154327
- a(0)=1, a(1)=-2; a(n+2) = a(n+1) + a(n) + (period 3: repeat 3, 1, -1).at n=28A226328