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!)
A294468 Inverse binomial transform of A088311. 8
1, 0, 1, 8, 9, 224, 1225, 11304, 103537, 1431296, 15642801, 206721800, 3295533241, 47467875168, 859354139449, 15596241280424, 283240963555425, 5859309797252864, 129874369387025377, 2752905169704533256, 67640333903657850601 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(n,k) * A088311(k).
a(n) ~ exp(-1) * n! * A000009(n).
a(n) ~ sqrt(2*Pi) * exp(Pi*sqrt(n/3) - n - 1) * n^(n - 1/4) / (4*3^(1/4)).
E.g.f.: exp(-x) * Product_{k>=1} (1 + x^k). - Ilya Gutkovskiy, Oct 15 2018
MATHEMATICA
Table[Sum[(-1)^(n-k)*Binomial[n, k]*k!*PartitionsQ[k], {k, 0, n}], {n, 0, 20}]
max = 20; t = Table[k!*PartitionsQ[k], {k, 0, max}]; Table[Differences[t, n], {n, 0, max}][[All, 1]] (* Jean-François Alcover, Nov 02 2017 *)
CROSSREFS
Sequence in context: A041142 A307947 A175849 * A041605 A239524 A115073
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 31 2017
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 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)