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!)
A356392 Expansion of e.g.f. ( Product_{k>0} (1+x^k)^(1/k) )^(1/(1-x)). 7
1, 1, 3, 17, 99, 769, 6877, 70769, 807321, 10366037, 145721531, 2226927405, 36741898267, 651709348653, 12352436747141, 249152882935829, 5320544034698353, 120008265471779529, 2850195632804141203, 71058458112629765449, 1855470903727083981651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A356389(k) * binomial(n-1,k-1) * a(n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(prod(k=1, N, (1+x^k)^(1/k))^(1/(1-x))))
(PARI) a356389(n) = n!*sum(k=1, n, sumdiv(k, d, (-1)^(k/d+1))/k);
a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, a356389(j)*binomial(i-1, j-1)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A155610 A001541 A322242 * A330626 A161940 A074565
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 August 13 15:41 EDT 2024. Contains 375142 sequences. (Running on oeis4.)