195098
domain: N
Appears in sequences
- a(n) = ceiling(binomial(n,8)/n).at n=29A053731
- a(n) is the smallest number that cannot be obtained from the numbers {1,3,...,2*n-1} using each number at most once and the operators +, -, *, /, where intermediate subexpressions must be integers.at n=8A071313
- a(n) = a(n-1) + a(n-3) + a(n-5) - a(n-6), a(0) = a(1) = a(2) = 1, a(3) = 2, a(4) = 3, a(5) = 5.at n=31A278706