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!)
A308338 Expansion of e.g.f. exp(-1 + Product_{k>=1} (1 + x^k/k)). 3
1, 1, 2, 9, 44, 270, 2064, 17682, 171296, 1867968, 22470840, 294493320, 4195969392, 64416698112, 1059685905264, 18609306423120, 347179119075840, 6855335163907200, 142889687354283264, 3133647091691585280, 72124075333003155840, 1738384773846440146560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1)*A007838(k)*a(n-k).
MATHEMATICA
nmax = 21; CoefficientList[Series[Exp[Product[(1 + x^k/k), {k, 1, nmax}] - 1], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A182386 A000166 A093464 * A196301 A347571 A331559
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 20 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)