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!)
A307362 Expansion of e.g.f. Sum_{j>=0} (exp(x) - 1)^j / Product_{k=1..j} (1 - k*(exp(x) - 1)). 1
1, 1, 5, 43, 569, 10651, 265985, 8498323, 336759449, 16158195691, 920970111665, 61390084384003, 4724023128773129, 415070770350493531, 41252331696522595745, 4599993183150111332083, 571422442346267636255609, 78581827113539181495412171, 11896744343184751608550862225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{j>=0} j!*Bell(j)*x^j / Product_{k=1..j} (1 - k*x).
a(n) = Sum_{k=0..n} Stirling2(n,k)*k!*Bell(k).
MATHEMATICA
nmax = 18; CoefficientList[Series[Sum[(Exp[x] - 1)^j/Product[(1 - k (Exp[x] - 1)), {k, 1, j}], {j, 0, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 18; CoefficientList[Series[Sum[j! BellB[j] x^j/Product[(1 - k x), {k, 1, j}], {j, 0, nmax}], {x, 0, nmax}], x]
Table[Sum[StirlingS2[n, k] k! BellB[k], {k, 0, n}], {n, 0, 18}]
CROSSREFS
Sequence in context: A161635 A355218 A005989 * A280776 A255895 A160450
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 05 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 23 08:10 EDT 2024. Contains 371905 sequences. (Running on oeis4.)