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!)
A356336 Expansion of e.g.f. ( Product_{k>0} 1/(1-x^k)^(1/k) )^(1/(1-x)). 6
1, 1, 5, 29, 219, 1949, 20587, 245237, 3289577, 48670973, 788572541, 13849348105, 262283664739, 5317530185889, 114939490137235, 2636612228192969, 63955437488072593, 1634890446576454297, 43920715897460109205, 1236660724225711901749, 36412086992371220561771 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A356297(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)^(1/k)))^(1/(1-x))))
(PARI) a356297(n) = n!*sum(k=1, n, sigma(k, 0)/k);
a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, a356297(j)*binomial(i-1, j-1)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A243952 A094856 A057623 * A352294 A182018 A309260
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 04 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 September 15 20:25 EDT 2024. Contains 375955 sequences. (Running on oeis4.)