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.

A292280 Expansion of Product_{k>=1} (1 - k!*x^k).

This page as a plain text file.
%I A292280 #18 Jun 18 2018 19:07:21
%S A292280 1,-1,-2,-4,-18,-84,-564,-3984,-33504,-307728,-3156192,-35254080,
%T A292280 -429350400,-5641133760,-79720588800,-1204747741440,-19400679325440,
%U A292280 -331599765565440,-5996988417784320,-114408970262922240,-2296442484579686400,-48379417944213196800
%N A292280 Expansion of Product_{k>=1} (1 - k!*x^k).
%H A292280 G. C. Greubel, <a href="/A292280/b292280.txt">Table of n, a(n) for n = 0..445</a>
%F A292280 Convolution inverse of A077365.
%F A292280 a(n) ~ -n! * (1 - 1/n - 2/n^2 - 6/n^3 - 32/n^4 - 222/n^5 - 1916/n^6 - 19650/n^7 - 231200/n^8 - 3058566/n^9 - 44883428/n^10). - _Vaclav Kotesovec_, Sep 14 2017
%F A292280 G.f.: exp(-Sum_{k>=1} Sum_{j>=1} (j!)^k*x^(j*k)/k). - _Ilya Gutkovskiy_, Jun 18 2018
%t A292280 nmax = 25; CoefficientList[Series[Product[(1 - k!*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Sep 13 2017 *)
%o A292280 (PARI) {a(n) = polcoeff(prod(k=1, n, 1-k!*x^k+x*O(x^n)), n)}
%Y A292280 Cf. A077365, A265950.
%K A292280 sign
%O A292280 0,3
%A A292280 _Seiichi Manyama_, Sep 13 2017