A222638 Product, for k <= n, of the squarefree parts of the total number of arrangements of a set with k elements.
1, 2, 10, 10, 650, 211900, 414688300, 56812297100, 6226684574457100, 6142063931090228011000, 60585938964731049213533111000, 1643471023248326636197980531190858000, 12662130715971848810220521992462621415290000, 214329322370515670487612822767624011121300533960940000
Offset: 0
Keywords
Links
- F. Luca and I. E. Shparlinski, On the squarefree parts of floor(e*n!), Glasgow Math. J., 49 (2007), 391-403.
Programs
-
PARI
a(n) = prod(i=1, n, core(i! * polcoef(exp(x + x*O(x^i)) / (1 - x), i)))
Comments