A376492
E.g.f. satisfies A(x) = exp(x^2 * (1 + x) * A(x)^2).
Original entry on oeis.org
1, 0, 2, 6, 60, 600, 7680, 123480, 2212560, 47053440, 1104092640, 29200802400, 845985349440, 26864561243520, 924556913280000, 34334318184566400, 1367790957223891200, 58194757879908249600, 2633788044958380710400, 126340003102675832870400
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-2*x^2*(1+x))/2)))
-
a(n) = n!*sum(k=0, n\2, (2*k+1)^(k-1)*binomial(k, n-2*k)/k!);
A376493
E.g.f. satisfies A(x) = exp(x^3 * (1 + x) * A(x)^3).
Original entry on oeis.org
1, 0, 0, 6, 24, 0, 2520, 35280, 141120, 6048000, 181440000, 1995840000, 51831964800, 2280127449600, 47882676441600, 1192991325926400, 59048471978496000, 1942527607308288000, 56983429057076121600, 2842216483159788134400, 126830901998902413312000
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-3*x^3*(1+x))/3)))
-
a(n) = n!*sum(k=0, n\3, (3*k+1)^(k-1)*binomial(k, n-3*k)/k!);
A363356
E.g.f. satisfies A(x) = exp(x * A(x) * (1 + x * A(x)^3)).
Original entry on oeis.org
1, 1, 5, 52, 821, 17536, 473497, 15476224, 594230345, 26221431808, 1307680266221, 72739285725184, 4465197522732157, 299855584017743872, 21867349264346912705, 1721013285639521959936, 145394112130209844644113, 13123788855563296766427136
Offset: 0
A372154
E.g.f. A(x) satisfies A(x) = exp( 2 * x * (1 + x) * A(x)^(1/2) ).
Original entry on oeis.org
1, 2, 12, 98, 1128, 16442, 293356, 6195114, 151432112, 4209004466, 131188519764, 4533821784098, 172125130420744, 7122734349079338, 319148172778019708, 15395906192167996058, 795673541794111734624, 43862837291529529270370
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-2*lambertw(-x*(1+x)))))
-
a(n, r=2, s=1, t=1, u=0) = r*n!*sum(k=0, n, (t*k+u*(n-k)+r)^(k-1)*binomial(s*k, n-k)/k!);
A372155
E.g.f. A(x) satisfies A(x) = exp( 3 * x * (1 + x) * A(x)^(1/3) ).
Original entry on oeis.org
1, 3, 21, 198, 2505, 39348, 743967, 16465494, 418281393, 12006610344, 384595471119, 13607063765298, 527217367699881, 22209587195328588, 1010947593782034687, 49457001919808733102, 2588247541696766293857, 144302243002459116148944
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-3*lambertw(-x*(1+x)))))
-
a(n, r=3, s=1, t=1, u=0) = r*n!*sum(k=0, n, (t*k+u*(n-k)+r)^(k-1)*binomial(s*k, n-k)/k!);
A372162
E.g.f. A(x) satisfies A(x) = exp( x * sqrt(1+2*x) * A(x) ).
Original entry on oeis.org
1, 1, 5, 31, 329, 4201, 70357, 1374703, 31888817, 839198737, 25021698821, 827967913279, 30240609486265, 1205630521463161, 52177446181578005, 2434309587346377871, 121857094322821338593, 6513265883385904609057, 370302655720337288548741
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*sqrt(1+2*x)))))
-
a(n) = n!*sum(k=0, n, (k+1)^(k-1)*2^(n-k)*binomial(k/2, n-k)/k!);
A372163
E.g.f. A(x) satisfies A(x) = exp( x * (1+3*x)^(1/3) * A(x) ).
Original entry on oeis.org
1, 1, 5, 28, 321, 3636, 65947, 1154238, 28622001, 684987400, 21513702771, 656705784714, 24936869827465, 928288327257084, 41315505985090443, 1817727059210127286, 92749773791662574433, 4712674616532693996432, 271157923143678988333027
Offset: 0
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x*(1+3*x)^(1/3)))))
-
a(n) = n!*sum(k=0, n, (k+1)^(k-1)*3^(n-k)*binomial(k/3, n-k)/k!);
A376146
E.g.f. satisfies A(x) = exp( x * (1+x)^4 * A(x) ).
Original entry on oeis.org
1, 1, 11, 124, 1997, 42616, 1120327, 35203960, 1288741337, 53898829408, 2536932089771, 132770439164584, 7649993702503429, 481295935534882768, 32834728249861856879, 2414570451161244199576, 190412665638185073399473, 16030575396743899522805440
Offset: 0
A376517
E.g.f. satisfies A(x) = exp(x^2 * (1 + x) * A(x)).
Original entry on oeis.org
1, 0, 2, 6, 36, 360, 3000, 40320, 532560, 8527680, 152591040, 2987107200, 65408333760, 1544664401280, 39767121313920, 1100734899264000, 32661264290054400, 1034874195222067200, 34834463447361177600, 1242657968679512985600, 46804841790705090892800
Offset: 0
-
my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x^2*(1+x)))))
-
a(n) = n!*sum(k=0, n\2, (k+1)^(k-1)*binomial(k, n-2*k)/k!);
A376518
E.g.f. satisfies A(x) = exp(x^3 * (1 + x) * A(x)).
Original entry on oeis.org
1, 0, 0, 6, 24, 0, 1080, 15120, 60480, 967680, 29030400, 319334400, 3772137600, 129729600000, 2724321600000, 41366099174400, 1238803517952000, 38414242234368000, 840907325318860800, 23606245443503923200, 878145842759657472000, 26509751796795531264000
Offset: 0
-
my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-lambertw(-x^3*(1+x)))))
-
a(n) = n!*sum(k=0, n\3, (k+1)^(k-1)*binomial(k, n-3*k)/k!);