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!)
A307259 Expansion of (1/(1 - x)) * Product_{k>=1} (1 + k*x^k/(1 - x)^k). 2
1, 2, 5, 15, 44, 126, 357, 1003, 2783, 7618, 20627, 55421, 148021, 393140, 1038123, 2724992, 7112022, 18465708, 47726767, 122861732, 315123476, 805428727, 2051556778, 5207982062, 13177117709, 33235023381, 83574705456, 209576713721, 524181331710, 1307849984089, 3255539133109 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A022629.
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k)*A022629(k).
MAPLE
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
MATHEMATICA
nmax = 30; CoefficientList[Series[1/(1 - x) Product[(1 + k x^k/(1 - x)^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A215448 A094176 A084086 * A292524 A071742 A035355
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 01 2019
STATUS
approved

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)