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!)
A356436 a(n) = n! * Sum_{k=1..n} ( Sum_{d|k} d^(k/d) )/k. 3
1, 5, 23, 146, 874, 8124, 62628, 707664, 7860816, 103284000, 1179669600, 24454569600, 324615427200, 5740203974400, 119579523436800, 2688723275212800, 46084905896601600, 1383333631684300800, 26411386476116275200, 868104140064602112000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n! * Sum_{k=1..n} A055225(k)/k.
E.g.f.: -(1/(1-x)) * Sum_{k>0} log(1 - k*x^k)/k.
a(n) ~ (n-1)! * 3^((n + 3 - mod(n,3))/3)/2. - Vaclav Kotesovec, Aug 07 2022
PROG
(PARI) a(n) = n!*sum(k=1, n, sumdiv(k, d, d^(k/d))/k);
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(-sum(k=1, N, log(1-k*x^k)/k)/(1-x)))
CROSSREFS
Sequence in context: A352146 A020034 A128884 * A007836 A233568 A157306
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 07 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 May 2 04:29 EDT 2024. Contains 372178 sequences. (Running on oeis4.)