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!)
A307500 Expansion of Product_{k>=1} 1/(1 - (x*(1 - x))^k). 3
1, 1, 1, -1, -2, -4, 3, -1, 17, -16, 21, -57, 67, -130, 305, -536, 995, -1726, 2652, -4286, 7320, -13043, 24458, -45405, 81415, -141724, 239755, -400603, 676872, -1171076, 2072334, -3695550, 6519951, -11279015, 19188230, -32462795, 55334284, -95718737, 167673672, -294894076 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} sigma(k)*(x*(1 - x))^k/k).
a(n) = Sum_{k=0..n} (-1)^(n-k)*binomial(k,n-k)*A000041(k).
MATHEMATICA
nmax = 39; CoefficientList[Series[Product[1/(1 - (x (1 - x))^k), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 39; CoefficientList[Series[Exp[Sum[DivisorSigma[1, k] (x (1 - x))^k/k, {k, 1, nmax}]], {x, 0, nmax}], x]
Table[Sum[(-1)^(n - k) Binomial[k, n - k] PartitionsP[k], {k, 0, n}], {n, 0, 39}]
CROSSREFS
Sequence in context: A322398 A341606 A109158 * A049245 A123547 A123551
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 11 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 September 12 23:44 EDT 2024. Contains 375855 sequences. (Running on oeis4.)