307021
domain: N
Appears in sequences
- Composite squarefree numbers n such that p-d(n) divides n-d(n), where p are the prime factors of n and d(n) the number of divisors of n.at n=37A228300
- Triangle, read by rows, defined by recurrence: T(n,k) = T(n-1,k-1) + (-1)^k * (2 * k + 1) * T(n-1,k) for 0 < k < n with initial values T(n,0) = T(n,n) = 1 for n >= 0 and T(i,j) = 0 if j < 0 or j > i.at n=57A346083
- Expansion of 1/((1-x) * (1+3*x) * (1-5*x)).at n=8A383637