167215104
domain: N
Appears in sequences
- Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*8^j.at n=29A038334
- a(1) = 1, a(n) = smallest multiple of n divisible by the sum of all previous terms.at n=15A074179
- a(1)=1; for n>1, a(n) = a(n-1) + lcm(a(n-1),n).at n=14A135504
- a(n) is the least number that is the product of n primes (not necessarily distinct) and is the sum of n consecutive primes, or 0 if there are none.at n=21A339269
- a(n) = product of {p^k : p | n, k = 1..floor(log n/log p)}, a(1) = 1.at n=41A377486