A221584 A sum over partitions (q=20), see first comment.
1, 19, 399, 7980, 159980, 3199581, 63999600, 1279991601, 25599991620, 511999832020, 10239999832020, 204799996632420, 4095999996640419, 81919999932640800, 1638399999932648400, 32767999998652808799, 655359999998652816380, 13107199999973052976380
Offset: 0
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..100
Programs
-
PARI
N=66; x='x+O('x^N); gf=prod(n=1,N, (1-x^n)/(1-20*x^n) ); v=Vec(gf)
Comments