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.

A375949 Expansion of e.g.f. 1 / (4 - 3 * exp(x))^(4/3).

This page as a plain text file.
%I A375949 #11 Sep 06 2024 06:31:31
%S A375949 1,4,32,368,5520,102064,2242832,57095728,1652211600,53559908784,
%T A375949 1922581295632,75700072208688,3243905700776080,150289130386531504,
%U A375949 7485459789379535632,398857142195958963248,22639650637589839298960,1363772478150606703714224
%N A375949 Expansion of e.g.f. 1 / (4 - 3 * exp(x))^(4/3).
%F A375949 a(n) = Sum_{k=0..n} A007559(k+1) * Stirling2(n,k).
%F A375949 a(n) ~ 3 * sqrt(Pi) * n^(n + 5/6) / (2^(13/6) * Gamma(1/3) * log(4/3)^(n + 4/3) * exp(n)). - _Vaclav Kotesovec_, Sep 06 2024
%t A375949 nmax=17; CoefficientList[Series[1 / (4 - 3 * Exp[x])^(4/3),{x,0,nmax}],x]*Range[0,nmax]! (* _Stefano Spezia_, Sep 03 2024 *)
%o A375949 (PARI) a007559(n) = prod(k=0, n-1, 3*k+1);
%o A375949 a(n) = sum(k=0, n, a007559(k+1)*stirling(n, k, 2));
%Y A375949 Cf. A032033, A346982, A365558, A375952.
%Y A375949 Cf. A005649, A007559, A375948.
%K A375949 nonn
%O A375949 0,2
%A A375949 _Seiichi Manyama_, Sep 03 2024