The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371389 Expansion of e.g.f. Product_{k>=1} (1 + x^k/k)^2. 1
1, 2, 4, 16, 74, 388, 2756, 20872, 180008, 1758672, 18937152, 221914944, 2832193008, 39039810912, 575502635808, 9100950684480, 152818028328960, 2717564023296000, 51129136369981440, 1012979833297735680, 21074454817487953920, 460035753479203184640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Exponential self-convolution of A007838.
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * A007838(k) * A007838(n-k).
a(n) ~ exp(-2*gamma) * n! * n, where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Mar 24 2024
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[(1 + x^k/k)^2, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A192623 A155519 A180391 * A275555 A370485 A058926
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 24 2024
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 June 11 19:21 EDT 2024. Contains 373317 sequences. (Running on oeis4.)