A383911 Expansion of Product_{k=0..4} (1 + k*x)/(1 - k*x).
1, 20, 200, 1400, 8000, 40520, 190400, 852200, 3692000, 15640520, 65225600, 268985000, 1100372000, 4475152520, 18122340800, 73156029800, 294627068000, 1184523016520, 4756148096000, 19078784066600, 76477758500000, 306398995072520, 1227060052251200, 4912632802375400, 19663709744588000
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (10,-35,50,-24).
Programs
-
PARI
a(n) = if(n==0, 1, 70*4^n-140*3^n+45*2^(n+1)-20);