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!)
A335812 E.g.f.: Product_{k>=1} 1 / (1 - (1 - exp(x))^k). 3
1, -1, 3, -7, 39, -31, 1623, 9953, 182199, 2116289, 32269143, 505278113, 9743069559, 214428606209, 5156280298263, 127321200213473, 3176128419544119, 80737907621585729, 2147513299611040983, 61423058495936864033, 1912348969322283717879, 64216042408215934910849 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Inverse binomial transform of A327601.
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * Stirling2(n,k) * k! * A000041(k).
MATHEMATICA
nmax = 21; CoefficientList[Series[ Product[1/(1 - (1 - Exp[x])^k), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[(-1)^k StirlingS2[n, k] k! PartitionsP[k], {k, 0, n}], {n, 0, 21}]
PROG
(PARI) a(n) = sum(k=0, n, (-1)^k * stirling(n, k, 2) * k! * numbpart(k)); \\ Michel Marcus, Jun 25 2020
CROSSREFS
Sequence in context: A258840 A209029 A169741 * A282427 A192198 A061931
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 25 2020
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)