login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A309803
a(n) is the coefficient of x^n in the polynomial Product_{i=1..n+3} (prime(i)*x-1).
3
-1, -17, -288, -5102, -107315, -2429223, -64002818, -2057205252, -69940351581, -2788890538777, -122099137635118, -5580021752377242, -276932659619923555, -15388458479166668283, -946625238259888348698, -60082571176666116692888, -4171440414742758122621945
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] Product_{i=1..n+3} (prime(i)*x-1).
a(n) = -abs(A070918(n+3,3)).
a(n) = -abs(A238146(n+3,n)) for n>0.
a(n) = -A260613(n+3,n).
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
KEYWORD
sign,easy
AUTHOR
Alexey V. Bazhin, Aug 17 2019
STATUS
approved