A362478
E.g.f. satisfies A(x) = exp(x + x^3/3 * A(x)^3).
Original entry on oeis.org
1, 1, 1, 3, 33, 321, 2841, 31641, 498849, 8979489, 167510961, 3427780401, 80374833441, 2089382321313, 58020408889353, 1721768971537161, 55150870311938241, 1897482353016075201, 69322763655015214689, 2676706914491568918369
Offset: 0
-
nmax = 20; A[_] = 1;
Do[A[x_] = Exp[x + x^3/3*A[x]^3] + O[x]^(nmax+1) // Normal, {nmax}];
CoefficientList[A[x], x]*Range[0, nmax]! (* Jean-François Alcover, Mar 04 2024 *)
-
my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-x^3*exp(3*x))/3)))
A362491
E.g.f. satisfies A(x) = exp(x + x^4/4 * A(x)^4).
Original entry on oeis.org
1, 1, 1, 1, 7, 151, 2251, 26251, 273841, 3281041, 61021801, 1518719401, 38199828151, 905801252071, 21398411003971, 560160675014851, 17260034904184801, 596005144436100001, 21359751419836426321, 773082506262449261521, 28839945213850125032551
Offset: 0
A365054
E.g.f. satisfies A(x) = exp( x * (1+x/2) * A(x)^2 ).
Original entry on oeis.org
1, 1, 6, 64, 1038, 22666, 624448, 20801628, 813473468, 36543076444, 1854702411336, 104970490358944, 6555275229438664, 447773277245296536, 33211911279540910400, 2658266282912883209296, 228375288313274403201552, 20961681963345040127314192
Offset: 0
A362475
E.g.f. satisfies A(x) = exp(x + 3*x^2/2 * A(x)^2).
Original entry on oeis.org
1, 1, 4, 28, 298, 4186, 74116, 1578340, 39394972, 1127378332, 36411516496, 1310173698736, 51982859674648, 2254757407407064, 106150698182657584, 5390926011965379376, 293782337188718257936, 17100576708082841577232, 1058920120014192744673600
Offset: 0
A362483
Square array T(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where T(n,k) = n! * Sum_{j=0..floor(n/2)} (k/2)^j * (2*j+1)^(n-j-1) / (j! * (n-2*j)!).
Original entry on oeis.org
1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 10, 1, 1, 1, 4, 19, 70, 1, 1, 1, 5, 28, 169, 646, 1, 1, 1, 6, 37, 298, 2041, 7576, 1, 1, 1, 7, 46, 457, 4186, 30811, 106744, 1, 1, 1, 8, 55, 646, 7081, 74116, 560827, 1761628, 1, 1, 1, 9, 64, 865, 10726, 141901, 1578340, 11957905, 33361948, 1
Offset: 0
Square array begins:
1, 1, 1, 1, 1, 1, ...
1, 1, 1, 1, 1, 1, ...
1, 2, 3, 4, 5, 6, ...
1, 10, 19, 28, 37, 46, ...
1, 70, 169, 298, 457, 646, ...
1, 646, 2041, 4186, 7081, 10726, ...
Showing 1-5 of 5 results.