1762288
domain: N
Appears in sequences
- Define a(1)=0, a(2)=2 then a(n) = 3*a(n-1) - a(n-2), a(n+1) = 3*a(n)-a(n-1) and a(n+2) = 3*a(n+1) - a(n) + 2.at n=15A105073
- Number of different possible rows (or columns) in an n X n crossword puzzle.at n=30A130578
- a(n) = (A000045(n)-A173432(n))/2.at n=32A173434
- a(n) = ((F(n-1)+F(n-2))-1)/2 if F(n) is odd, otherwise a(n) = ((F(n-1)+F(n-2))-2)/2, where F(n) = A000045(n) is the n-th Fibonacci number.at n=32A201864
- Subsequence of lesser of 3 terms of A095301 that are 2 apart.at n=9A248084
- Expansion of 1/( (1 + x) * (1 - x^2*(1 + x)^2) ).at n=33A375372