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.

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

This page as a plain text file.
%I A265950 #10 Jun 18 2018 19:19:04
%S A265950 1,1,2,8,30,156,900,6192,47904,422928,4138848,44864640,531227520,
%T A265950 6836927040,94891046400,1413494219520,22481104677120,380261238681600,
%U A265950 6814832064422400,128991143627965440,2571187988206540800,53834676521793638400,1181214133296983654400
%N A265950 Expansion of Product_{k>=1} (1 + k!*x^k).
%H A265950 Vaclav Kotesovec, <a href="/A265950/b265950.txt">Table of n, a(n) for n = 0..440</a>
%F A265950 a(n) ~ n! * (1 + 1/n + 2/n^2 + 10/n^3 + 56/n^4 + 394/n^5 + 3332/n^6 + 32782/n^7 + 368072/n^8 + 4651666/n^9 + 65440748/n^10 + ...), for coefficients see A265954.
%F A265950 G.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*(j!)^k*x^(j*k)/k). - _Ilya Gutkovskiy_, Jun 18 2018
%t A265950 nmax=30; CoefficientList[Series[Product[(1+k!*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A265950 Cf. A077365, A265954.
%K A265950 nonn
%O A265950 0,3
%A A265950 _Vaclav Kotesovec_, Dec 19 2015