83185
domain: N
Appears in sequences
- Triangle read by rows: T(n,k) = t(n-k, k); t(n,m) = f(m)*t(n-1,m) + f(n)*t(n,m-1), where f(x) = 3*x + 5.at n=16A257624
- Triangle read by rows: T(n,k) = t(n-k, k); t(n,m) = f(m)*t(n-1,m) + f(n)*t(n,m-1), where f(x) = 3*x + 5.at n=19A257624
- Numbers k such that the sum of first k lucky numbers, A046279(k), is divisible by k.at n=12A329529