1576240
domain: N
Appears in sequences
- Expansion of x*(1-2*x-x^2)/( (1-x)*(1+x)*(1-3*x+x^2)).at n=18A107387
- A product of consecutive doubled Fibonacci numbers.at n=15A166536
- Number of n X 1 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 2,0,1,3,4 for x=0,1,2,3,4.at n=30A195971
- a(n) = 7*a(n-1) - a(n-2) - 4 with a(1)=1, a(2)=3.at n=8A206351
- a(n) = F(n)^2 - F(n-1)^2 or F(n+1) * F(n-2) where F(n) = A000045(n), the Fibonacci numbers.at n=16A226205
- a(n) = a(n-1) + a(n-2) + a(n-3), with a(0) = a(1) = 1, a(2) = 0.at n=33A236165