453458
domain: N
Appears in sequences
- Expansion of (1+x)(1+x^2)/(1-x-x^3).at n=33A003410
- Expansion of (1 - x^2)/(1 - x - x^3).at n=37A058278
- a(n) = Sum_{k=0..n} C(n-k, floor(k/2)).at n=34A097333
- a(0) = 1, a(1) = 2, a(2) = 5; for n >= 3, a(n) = a(n-1) + 2*a(n-2) + a(n-3).at n=17A101399
- Positions of the positive integers in the ordering of rational numbers as generated by the rules: 1 is in S, and if nonzero x is in S, then x+1 and -1/x are in S. (See Comments.)at n=32A226136
- Positions of the integers in the ordering of rational numbers as generated by the rules: 1 is in S, and if nonzero x is in S, then x+1 and -1/x are in S. (See Comments.)at n=44A226137
- Number of new rationals produced at the n-th iteration by applying the map t -> {t+1, -1/t} to nonzero terms, starting with S[0] = {1}.at n=34A226275