A373524
Expansion of e.g.f. exp(x * (1 + x^4)^(1/4)).
Original entry on oeis.org
1, 1, 1, 1, 1, 31, 181, 631, 1681, -30239, -219239, -609839, 23761, 348686911, 2769787021, 8683865191, 519049441, -13487418759359, -125598814684559, -446790263130719, 15237796321, 1447967425273506271, 15403882866996490021, 61625443167286653271, 1295472977069041
Offset: 0
A373520
Expansion of e.g.f. exp(x/(1 - x^4)^(1/2)).
Original entry on oeis.org
1, 1, 1, 1, 1, 61, 361, 1261, 3361, 143641, 1829521, 12501721, 59922721, 2173048021, 44315751481, 478799701381, 3492321094081, 116722067432881, 3290135175240481, 50242015215929521, 508061488330088641, 16418736123292904941, 585427887134915295241
Offset: 0
-
nmax = 25; CoefficientList[Series[E^(x/(1 - x^4)^(1/2)), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Sep 03 2025 *)
-
a(n) = n!*sum(k=0, n\4, binomial(n/2-k-1, k)/(n-4*k)!);
A373521
Expansion of e.g.f. exp(x/(1 - x^4)^(3/4)).
Original entry on oeis.org
1, 1, 1, 1, 1, 91, 541, 1891, 5041, 249481, 3424681, 24365881, 119821681, 4208219731, 96849813061, 1133147785771, 8728726799521, 251218306095121, 8116398738418321, 138787857114672241, 1523943014238675361, 39648007379230971211, 1599866285860593980461
Offset: 0
A373540
Expansion of e.g.f. exp(x/(1 + x^4)^(1/4)).
Original entry on oeis.org
1, 1, 1, 1, 1, -29, -179, -629, -1679, 52921, 672841, 4352041, 19934641, -656794709, -13394641259, -130483743389, -870226287839, 29354743432561, 855880592510161, 11361346027482961, 101129588155349281, -3446498927212733069, -134465010284782027619
Offset: 0
Showing 1-4 of 4 results.