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!)
A356409 Expansion of e.g.f. ( Product_{k>0} 1/(1 - x^k/k!) )^(1/(1-x)). 4
1, 1, 5, 28, 203, 1756, 17802, 205010, 2644287, 37669096, 586855058, 9914829508, 180429770402, 3516313661706, 73029591042943, 1609531482261375, 37504691293842367, 920966310015565936, 23764054962685200642, 642681497080268685092, 18174504398294667649782 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A356407(k) * binomial(n-1,k-1) * a(n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/prod(k=1, N, 1-x^k/k!)^(1/(1-x))))
(PARI) a356407(n) = n!*sum(k=1, n, sumdiv(k, d, 1/(d*(k/d)!^d)));
a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, a356407(j)*binomial(i-1, j-1)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A368792 A216586 A151500 * A332711 A292426 A347005
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 05 2022
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 30 04:58 EDT 2024. Contains 373861 sequences. (Running on oeis4.)