cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A222638 Product, for k <= n, of the squarefree parts of the total number of arrangements of a set with k elements.

This page as a plain text file.
%I A222638 #21 Feb 24 2022 08:46:01
%S A222638 1,2,10,10,650,211900,414688300,56812297100,6226684574457100,
%T A222638 6142063931090228011000,60585938964731049213533111000,
%U A222638 1643471023248326636197980531190858000,12662130715971848810220521992462621415290000,214329322370515670487612822767624011121300533960940000
%N A222638 Product, for k <= n, of the squarefree parts of the total number of arrangements of a set with k elements.
%C A222638 In their abstract, Luca and Shparlinski write: "In this note, we show that if we write floor(e*n!) = s(n)*u(n)^2, where s(n) is square-free then S(N) = prod(n<=N) has at least C log log N distinct prime factors for some absolute constant C > 0 and sufficiently large N.  A similar result is obtained for the total number of distinct primes dividing the m-th power-free part of s(n) as n ranges from 1 to N, where m = 3 is a positive integer. As an application of such results, we give an upper bound on the number of n <= N such that floor(e*n!) is a square."
%H A222638 F. Luca and I. E. Shparlinski, <a href="https://doi.org/10.1017/S0017089507003734">On the squarefree parts of floor(e*n!)</a>, Glasgow Math. J., 49 (2007), 391-403.
%F A222638 a(n) = Product_{k <= n} A222637(k) = Product_{k <= n} A007913(A000522(k)).
%o A222638 (PARI) a(n) = prod(i=1, n, core(i! * polcoef(exp(x + x*O(x^i)) / (1 - x), i)))
%Y A222638 Cf. A000522, A007913, A222637.
%K A222638 nonn
%O A222638 0,2
%A A222638 _Michel Marcus_, Feb 27 2013