710646
domain: N
Appears in sequences
- a(n) = a(n-1) + a(n-2) + 1, with a(0) = 0 and a(1) = 2.at n=27A001610
- a(n) = F(2n+1) + F(2n-1) - 1.at n=14A005592
- Number of cyclic binary n-bit strings with no alternating substring of length > 2.at n=27A007039
- Number of (marked) cyclic n-bit binary strings containing no runs of length > 2.at n=27A007040
- a(n) = floor(phi^n), where phi = (1+sqrt(5))/2 is the golden ratio.at n=28A014217
- Main diagonal of number array A082105.at n=29A082106
- a(n) = Fibonacci(n-1) + Fibonacci(n+1) - (-1)^n.at n=28A098600
- a(n) = L(3*n)/L(n), where L(n) = Lucas number.at n=14A110391
- a(n) = A014217(n+1) - A115360(n+2).at n=26A142584
- Terms in A014217 pairwise swapped.at n=29A154699
- Continued fraction expansion for exp( Sum_{n>=1} 1/(n*Lucas(n)) ), where Lucas(n) = A000032(n) = ((1+sqrt(5))/2)^n + ((1-sqrt(5))/2)^n.at n=39A174505
- a(n) = a(n-1) + a(n-2) + (-1)^n, with a(0)=0 and a(1)=1.at n=29A181716
- Number of nonempty subsets of {1, ..., n} containing no two cyclically successive elements.at n=28A324015
- a(n) = (-1)^n * A000032(n) - 1.at n=28A355021