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!)
A294466 Binomial transform of A053529. 9
1, 2, 7, 34, 221, 1666, 15187, 153602, 1770169, 22379266, 312164831, 4685997922, 76668261397, 1335425319554, 24921410400811, 493075754663746, 10358312736025457, 228862423291312642, 5335861084579488439, 130235118120543955106, 3333808742649699747661 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(x)/eta(x), where eta(x) is the Dedekind eta function.
a(n) ~ exp(1) * n! * A000041(n).
a(n) ~ sqrt(2*Pi) * exp(Pi*sqrt(2*n/3) - n + 1) * n^(n - 1/2) / (4*sqrt(3)).
E.g.f.: exp(x + Sum_{k>=1} sigma(k)*x^k/k). - Ilya Gutkovskiy, Oct 15 2018
MATHEMATICA
Table[Sum[Binomial[n, k]*k!*PartitionsP[k], {k, 0, n}], {n, 0, 20}]
nmax = 20; CoefficientList[Series[Exp[x] * x^(1/24)/DedekindEta[Log[x]/(2*Pi*I)], {x, 0, nmax}], x] * Range[0, nmax]!
PROG
(PARI) x='x+O('x^50); Vec(serlaplace(exp(x)/eta(x))) \\ G. C. Greubel, Oct 15 2018
CROSSREFS
Sequence in context: A135882 A143740 A049463 * A029894 A110313 A000944
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 14 03:32 EDT 2024. Contains 375911 sequences. (Running on oeis4.)