89439
domain: N
Appears in sequences
- a(n) = Sum_{k=0..n} k!*(k+1)!.at n=5A016065
- Consider a decimal number of k>=2 digits z = d_(k)*10^(k-1) + d_(k-1)*10^(k-2) + ... + d_(2)*10 + d_(1) and the sum y = Sum_{x=2..k} {Sum_{j=1..k-x}{d_(j+x-1)*10^(j-1)} - Sum_{j=1..x-1}{d_(j)*10^(j-1)}}. Sequence lists the numbers for which y = tau(z), where tau(z) is the number of divisors of z.at n=30A248904