-510510
domain: Z
Appears in sequences
- Triangle of T(n,k) coefficients of polynomials with first n prime numbers as roots.at n=28A070918
- A triangle sequence of coefficients of polynomials with roots that are inverse primes: a(n)=Prime[n](a(n-1); p(x,n)=If[n == 0, 1, a[n - 1]*(x - a[n - 1])*Product[x + 1/Prime[i], {i, 1, n - 1}]]. (Correction to previous submission).at n=36A144456
- Triangle read by rows: T(n,k) is coefficient of x^(n-k) in consecutive prime rooted polynomial of degree n, P(x) = Product_{k=1..n} (x-p(k)) = 1*x^n + T(n,1)*x^(n-1)+ ... + T(n,k-1)*x + T(n,k), for 1 <= k <= n.at n=27A238146
- Dirichlet inverse of A108951, primorial inflation of n.at n=16A354351