92735
domain: N
Appears in sequences
- a(n) = a(n-1) + a(n-2) + 1, with a(0) = a(1) = 1.at n=23A001595
- Main diagonal of Inverse Stolarsky array.at n=9A035509
- a(n) = 2*Fibonacci(n+2) + ((-1)^n - 3)/2.at n=22A066629
- Numbers that are the sum of exactly two sets of Fibonacci numbers.at n=41A122194
- Row sums of triangle A131779.at n=22A131780
- Diagonal sums of number triangle A132046.at n=23A154327
- a(0)=-1, a(1)=3; a(n+2) = a(n+1) + a(n) + 2*A057078(n+1).at n=24A227104
- Integers of the form 8k + 7 that can be written as a sum of four distinct squares of the form m, m + 1, m + 3, m + 5, where m == 2 (mod 4).at n=37A243580
- a(n) = a(n-1) + a(n-2) + (1 - (-1)^(a(n-1) + a(n-2))) with a(0) = 0, a(1) = 1.at n=23A253197