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!)
A371312 Expansion of e.g.f. Product_{k>=1} 1 / (1 - x^k/k!)^2. 1
1, 2, 8, 38, 228, 1562, 12386, 109286, 1073988, 11545994, 135393438, 1714890806, 23380747506, 341014477390, 5303722839850, 87582446980418, 1531259993710468, 28254163132485930, 548854481037814382, 11196310379931318758, 239346426732701009838, 5350768890908294837294 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Exponential self-convolution of A005651.
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * A005651(k) * A005651(n-k).
a(n) ~ A247551^2 * n! * n. - Vaclav Kotesovec, Mar 24 2024
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[1/(1 - x^k/k!)^2, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A275707 A058786 A096654 * A269509 A307725 A308205
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 May 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)