login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A306730 Expansion of Sum_{k>=0} x^k * Product_{j=1..k} (1 + j*x^j). 0

%I #5 Mar 06 2019 20:12:20

%S 1,1,2,2,4,6,9,12,22,32,45,70,98,153,231,318,452,685,933,1387,1988,

%T 2769,3850,5433,7622,10530,14896,20635,28123,38934,53067,72144,99509,

%U 133661,183794,249130,333956,448306,605165,807053,1078093,1444021,1913418,2556415,3406636

%N Expansion of Sum_{k>=0} x^k * Product_{j=1..k} (1 + j*x^j).

%t nmax = 44; CoefficientList[Series[Sum[x^k Product[(1 + j x^j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]

%Y Cf. A000009, A193196, A306702.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Mar 06 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 4 09:03 EDT 2024. Contains 372230 sequences. (Running on oeis4.)