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!)
A306731 Expansion of Sum_{k>=0} x^k * Product_{j=1..k} (1 + x^j)^j. 0

%I #5 Mar 06 2019 20:14:13

%S 1,1,2,2,4,6,10,14,24,37,56,90,135,204,316,474,704,1068,1579,2332,

%T 3445,5054,7376,10750,15587,22497,32437,46544,66520,94908,134912,

%U 191185,270301,380924,535469,750898,1050268,1465284,2039741,2832694,3925036,5427381,7488315,10310431

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

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

%Y Cf. A000009, A206100, A306703.

%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 August 6 06:14 EDT 2024. Contains 374960 sequences. (Running on oeis4.)