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!)
A294467 Binomial transform of A088311. 8
1, 2, 5, 22, 113, 746, 6037, 55070, 548417, 6281938, 79935941, 1087584422, 16109401585, 255667890362, 4358283982613, 79893373511086, 1542859916102657, 31322024816838050, 676027617881188357, 15287136167625123638, 362322855217463741681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
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[Binomial[n, k]*k!*PartitionsQ[k], {k, 0, n}], {n, 0, 20}]
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(exp(x)*eta(x^2)/eta(x))) \\ G. C. Greubel, Oct 15 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Exp(x)*(&*[1 + x^k: k in [1..50]]))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Oct 15 2018
CROSSREFS
Sequence in context: A278439 A126797 A101206 * A177251 A041807 A228711
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 September 4 02:28 EDT 2024. Contains 375679 sequences. (Running on oeis4.)