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.

A307259 Expansion of (1/(1 - x)) * Product_{k>=1} (1 + k*x^k/(1 - x)^k).

This page as a plain text file.
%I A307259 #9 Apr 03 2019 09:04:02
%S A307259 1,2,5,15,44,126,357,1003,2783,7618,20627,55421,148021,393140,1038123,
%T A307259 2724992,7112022,18465708,47726767,122861732,315123476,805428727,
%U A307259 2051556778,5207982062,13177117709,33235023381,83574705456,209576713721,524181331710,1307849984089,3255539133109
%N A307259 Expansion of (1/(1 - x)) * Product_{k>=1} (1 + k*x^k/(1 - x)^k).
%C A307259 Binomial transform of A022629.
%F A307259 a(n) = Sum_{k=0..n} binomial(n,k)*A022629(k).
%p A307259 a:=series((1/(1-x))*mul(1+k*x^k/(1-x)^k,k=1..100),x=0,31): seq(coeff(a,x,n),n=0..30); # _Paolo P. Lava_, Apr 03 2019
%t A307259 nmax = 30; CoefficientList[Series[1/(1 - x) Product[(1 + k x^k/(1 - x)^k), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A307259 Cf. A022629, A266232, A294502, A307260, A318127.
%K A307259 nonn
%O A307259 0,2
%A A307259 _Ilya Gutkovskiy_, Apr 01 2019