A381818
Expansion of ( (1/x) * Series_Reversion( x * ((1-x) / C(x))^2 ) )^(1/2), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 2, 12, 97, 903, 9129, 97419, 1080058, 12319200, 143630575, 1704099034, 20507897766, 249734145622, 3071587654688, 38102046141882, 476138815310364, 5988435287060671, 75745116484532586, 962898676577135634, 12295850972794555196, 157649023155654522723, 2028662477759375282902
Offset: 0
A381880
Expansion of (1/x) * Series_Reversion( x * (1-x)^3 / C(x) ), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 4, 27, 223, 2052, 20199, 208205, 2219149, 24261279, 270581313, 3066581130, 35216499786, 408919039968, 4792955710138, 56633333886618, 673881539636365, 8067939162382594, 97117925556632184, 1174721577627568371, 14270877151754826473, 174044527062280321368
Offset: 0
A381879
Expansion of (1/x) * Series_Reversion( x * (1-x)^2 / C(x) ), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 3, 16, 106, 788, 6292, 52743, 457946, 4083328, 37174786, 344142192, 3229827900, 30661272627, 293907951057, 2840826401664, 27657352868946, 270968414904700, 2669604470832568, 26431802684789970, 262864480970961882, 2624640191306617088, 26301183967687772360
Offset: 0
A381911
Expansion of (1/x) * Series_Reversion( x * (1-x) / B(x) ), where B(x) is the g.f. of A001764.
Original entry on oeis.org
1, 2, 9, 55, 394, 3102, 25969, 226891, 2045342, 18883205, 177640462, 1696658418, 16408796013, 160366113609, 1581329919636, 15713344659359, 157187582466527, 1581676730708500, 15998326150898211, 162571286470135097, 1658893916098102321, 16991130941208846890
Offset: 0
-
Table[Sum[Binomial[n + 3*k + 1, k] * Binomial[2*n - k, n - k]/(n + 3*k + 1), {k, 0, n}], {n, 0, 25}] (* Vaclav Kotesovec, Mar 22 2025 *)
-
a(n) = sum(k=0, n, binomial(n+3*k+1, k)*binomial(2*n-k, n-k)/(n+3*k+1));
A381819
Expansion of ( (1/x) * Series_Reversion( x * ((1-x) / C(x))^3 ) )^(1/3), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 2, 16, 177, 2271, 31731, 468614, 7195295, 113712012, 1837457589, 30220139048, 504212998955, 8513461623355, 145197727340337, 2497695979786842, 43285207907364178, 755005614380697735, 13244500528948104210, 233515959911770430972, 4135792046643993604967
Offset: 0
A381820
Expansion of ( (1/x) * Series_Reversion( x * ((1-x) / C(x))^4 ) )^(1/4), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 2, 20, 281, 4599, 82113, 1550993, 30473930, 616463800, 12753523628, 268586285058, 5738804673016, 124098812744140, 2710824280371114, 59728504549831296, 1325862161472193292, 29623682752417138511, 665679666998856945540, 15034747192791290846435
Offset: 0
A381914
Expansion of (1/x) * Series_Reversion( x * (1-x) / B(x) ), where B(x) is the g.f. of A002293.
Original entry on oeis.org
1, 2, 10, 72, 624, 6009, 61809, 664813, 7384613, 84045565, 974913510, 11483316680, 136974177209, 1651166320547, 20083352214058, 246168280262403, 3037682020219285, 37706043912831337, 470482875049515074, 5897864081341146065, 74243055437832292562, 938101296155866961124
Offset: 0
-
a(n) = sum(k=0, n, binomial(n+4*k+1, k)*binomial(2*n-k, n-k)/(n+4*k+1));
A381828
Expansion of ( (1/x) * Series_Reversion( x * ((1-x) * (1-x+x^2))^2 ) )^(1/2).
Original entry on oeis.org
1, 2, 10, 65, 480, 3824, 32039, 278256, 2482578, 22617830, 209540672, 1968031520, 18696064179, 179332892186, 1734451272240, 16895744042472, 165621305486976, 1632518433458400, 16170959983623314, 160888256475481560, 1607061512154585046, 16110030923830784248
Offset: 0
A381829
G.f. A(x) satisfies A(x) = C(x*A(x)) / (1 - x*A(x)^3), where C(x) is the g.f. of A000108.
Original entry on oeis.org
1, 2, 12, 97, 905, 9187, 98578, 1099980, 12636101, 148449436, 1775331503, 21541303494, 264533752068, 3281596216087, 41062196808517, 517655936768189, 6568539787903369, 83827401412072474, 1075254139150601581, 13855040994605807348, 179256835556387995412, 2327788724156294034612
Offset: 0
-
a(n) = sum(k=0, n, binomial(3*n+1, k)*binomial(4*n-3*k, n-k))/(3*n+1);
Showing 1-9 of 9 results.