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!)
A347006 E.g.f.: Product_{k>=1} (1 + exp(x) * x^k / k!). 1
1, 1, 3, 10, 43, 206, 1044, 5909, 38371, 272314, 1995208, 14869889, 115433344, 965259881, 8773348601, 84608514095, 837220780691, 8334354200226, 83498917650084, 855936118936073, 9180736840445788, 104439240481045949, 1253608634906635901 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{k>=1} ( Sum_{d|k} (-1)^(d+1) * exp(d*x) / (d * ((k/d)!)^d) ) * x^k ).
E.g.f.: Product_{k>=1} (1 + Sum_{j>=k} binomial(j,k) * x^j / j!).
MATHEMATICA
nmax = 22; CoefficientList[Series[Product[(1 + Exp[x] x^k/k!), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A151084 A151085 A082936 * A205487 A323667 A030935
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 10 2021
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)