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!)
A346546 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^(exp(-x)/k). 3
1, 1, 1, 2, 15, 44, 485, 1854, 25781, 170288, 2477485, 12571140, 435748665, 2049818198, 64651106637, 628176476186, 18837010964105, 93248340364152, 6695745240354169, 33794005826851192, 2549048418922818525, 20209158430316698922, 1138228671555859916609 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Exponential transform of A002744.
The first negative term is a(37) = -2641429247236224246927617458359165366254750.
LINKS
FORMULA
E.g.f.: exp( exp(-x) * Sum_{k>=1} d(k) * x^k / k ).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * A002744(k) * a(n-k).
MATHEMATICA
nmax = 22; CoefficientList[Series[Product[1/(1 - x^k)^(Exp[-x]/k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 22; CoefficientList[Series[Exp[Exp[-x] Sum[DivisorSigma[0, k] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
A002744[n_] := Sum[(-1)^(n - k) Binomial[n, k] DivisorSigma[0, k] (k - 1)!, {k, 1, n}]; a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] A002744[k] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 22}]
CROSSREFS
Sequence in context: A300393 A152015 A318914 * A327941 A162256 A229013
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Sep 16 2021
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 July 3 05:06 EDT 2024. Contains 373966 sequences. (Running on oeis4.)