A309803 a(n) is the coefficient of x^n in the polynomial Product_{i=1..n+3} (prime(i)*x-1).
-1, -17, -288, -5102, -107315, -2429223, -64002818, -2057205252, -69940351581, -2788890538777, -122099137635118, -5580021752377242, -276932659619923555, -15388458479166668283, -946625238259888348698, -60082571176666116692888, -4171440414742758122621945
Offset: 0
Links
- Alexey V. Bazhin, Table of n, a(n) for n = 0..300
Crossrefs
Programs
-
Maple
a:= n-> coeff(mul(ithprime(i)*x-1, i=1..n+3), x, n): seq(a(n), n=0..20); # Alois P. Heinz, Aug 19 2019