A383910 Expansion of Product_{k=0..3} (1 + k*x)/(1 - k*x).
1, 12, 72, 312, 1152, 3912, 12672, 39912, 123552, 378312, 1150272, 3481512, 10505952, 31640712, 95167872, 285995112, 858968352, 2578871112, 7740545472, 23229500712, 69704230752, 209144149512, 627495363072, 1882611918312, 5648087413152, 16944765555912, 50835303300672
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (6,-11,6).
Programs
-
PARI
a(n) = if(n==0, 1, 20*3^n-15*2^(n+1)+12);