10506008
domain: N
Appears in sequences
- a(0) = -1, a(1) = 2; a(n) = 2*a(n-1) + a(n-2).at n=19A078343
- Greedy frac multiples of sqrt(2): a(1)=1, Sum_{n>=0} frac(a(n)*x)=1 at x=sqrt(2).at n=27A079934
- Sum of all n-digit Pell numbers.at n=6A131621
- Integers k such that 2*k^2 - 7 is a square.at n=18A217975
- a(n) = 2*a(n - 2) + a(n - 4) with a(0) = a(1) = 2, a(2) = 1, a(3) = 3.at n=37A266504
- a(n) = 6*a(n - 1) - a(n - 2) with a(0) = 2, a(1) = 8.at n=9A266507
- Numbers that are not the sum of distinct terms of A354005.at n=35A354007