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!)
A327940 Expansion of e.g.f. exp(Sum_{i>=1} Sum_{j=1..i-1} x^(i*j) / (i*j)). 1
1, 0, 1, 2, 9, 44, 385, 1854, 23233, 153656, 2151441, 18787130, 338487721, 3165541092, 60609811249, 835202858294, 14913805143105, 228441779869424, 5319673396479073, 81040768940877426, 2153026504862728201, 39759334398324543260, 988919906784578473761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} floor(A000005(k)/2) * x^k / k).
E.g.f.: exp(Sum_{k>=1} A056924(k) * x^k / k).
E.g.f.: Product_{k>=1} 1 / (1 - x^A026424(k))^(1/A026424(k)).
MATHEMATICA
nmax = 22; CoefficientList[Series[Exp[Sum[Floor[DivisorSigma[0, k]/2] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = If[n == 0, 1, Sum[Floor[DivisorSigma[0, k]/2] a[n - k], {k, 1, n}]/n]; Table[n! a[n], {n, 0, 22}]
CROSSREFS
Sequence in context: A357682 A322613 A318913 * A354623 A088369 A356588
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 30 2019
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 April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)