A307855
Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of 1/sqrt(1 - 2*x + (1-4*k)*x^2).
Original entry on oeis.org
1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 5, 7, 1, 1, 1, 7, 13, 19, 1, 1, 1, 9, 19, 49, 51, 1, 1, 1, 11, 25, 91, 161, 141, 1, 1, 1, 13, 31, 145, 331, 581, 393, 1, 1, 1, 15, 37, 211, 561, 1441, 2045, 1107, 1, 1, 1, 17, 43, 289, 851, 2841, 5797, 7393, 3139, 1
Offset: 0
Square array begins:
1, 1, 1, 1, 1, 1, 1, ...
1, 1, 1, 1, 1, 1, 1, ...
1, 3, 5, 7, 9, 11, 13, ...
1, 7, 13, 19, 25, 31, 37, ...
1, 19, 49, 91, 145, 211, 289, ...
1, 51, 161, 331, 561, 851, 1201, ...
1, 141, 581, 1441, 2841, 4901, 7741, ...
1, 393, 2045, 5797, 12489, 22961, 38053, ...
-
T[n_, k_] := Sum[If[k == j == 0, 1, k^j] * Binomial[n, j] * Binomial[n-j, j], {j, 0, Floor[n/2]}]; Table[T[k, n - k], {n, 0, 10}, {k, 0, n}] // Flatten (* Amiram Eldar, May 13 2021 *)
A098443
Expansion of 1/sqrt(1-8*x-4*x^2).
Original entry on oeis.org
1, 4, 26, 184, 1366, 10424, 80996, 637424, 5064166, 40528984, 326251276, 2638751504, 21426682876, 174563719984, 1426219233416, 11681133293024, 95877105146246, 788433553532824, 6494463369141116, 53576199709855184
Offset: 0
G.f. = 1 + 4*x + 26*x^2 + 184*x^3 + 1366*x^4 + 10424*x^5 + 80996*x^6 + ...
- Seiichi Manyama, Table of n, a(n) for n = 0..1000 (terms 0..200 from Vincenzo Librandi)
- Hacène Belbachir, Abdelghani Mehdaoui, László Szalay, Diagonal Sums in the Pascal Pyramid, II: Applications, J. Int. Seq., Vol. 22 (2019), Article 19.3.5.
- Tony D. Noe, On the Divisibility of Generalized Central Trinomial Coefficients, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.7.
-
CoefficientList[Series[1/Sqrt[1 - 8*x - 4*x^2], {x, 0, 20}], x] (* Vaclav Kotesovec, Oct 15 2012, updated Mar 21 2024 *)
-
x='x+O('x^66); Vec(1/sqrt(1-8*x-4*x^2)) \\ Joerg Arndt, May 11 2013
A110180
Triangle of generalized central trinomial coefficients.
Original entry on oeis.org
1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 7, 5, 1, 1, 1, 19, 13, 7, 1, 1, 1, 51, 49, 19, 9, 1, 1, 1, 141, 161, 91, 25, 11, 1, 1, 1, 393, 581, 331, 145, 31, 13, 1, 1, 1, 1107, 2045, 1441, 561, 211, 37, 15, 1, 1, 1, 3139, 7393, 5797, 2841, 851, 289, 43, 17, 1, 1
Offset: 0
Rows begin
1;
1, 1;
1, 1, 1;
1, 3, 1, 1;
1, 7, 5, 1, 1;
1, 19, 13, 7, 1, 1;
-
T[n_, 0] := 1; T[n_, k_] := Sum[Binomial[n - k, j]*Binomial[n - k - j, j]*k^j, {j, 0, Floor[(n - k)/2]}]; Table[T[n, k], {n, 0, 49}, {k, 0, n}] // Flatten (* G. C. Greubel, Mar 05 2017 *)
A098265
G.f. : 1/(1-2x-23x^2)^(1/2).
Original entry on oeis.org
1, 1, 13, 37, 289, 1201, 7741, 38053, 227137, 1207009, 6995053, 38591653, 221446369, 1245188881, 7130897437, 40516456357, 232260610177, 1327920945601, 7627285093069, 43787832627493, 252042452907169, 1451244932278129, 8370001674641917, 48303478743113893, 279083099450496961
Offset: 0
-
Table[SeriesCoefficient[1/Sqrt[1-2*x-23*x^2],{x,0,n}],{n,0,20}] (* Vaclav Kotesovec, Oct 14 2012 *)
-
x='x+O('x^66); Vec(1/(1-2*x-23*x^2)^(1/2)) \\ Joerg Arndt, May 11 2013
A098444
Expansion of 1/sqrt(1-6x-11x^2).
Original entry on oeis.org
1, 3, 19, 117, 771, 5193, 35629, 247467, 1734931, 12250953, 87006249, 620818047, 4447016781, 31959556983, 230331965379, 1664043517557, 12047551338771, 87387014213433, 634918255153369, 4619923954541247, 33661450900419001
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Hacène Belbachir, Abdelghani Mehdaoui, László Szalay, Diagonal Sums in the Pascal Pyramid, II: Applications, J. Int. Seq., Vol. 22 (2019), Article 19.3.5.
- Tony D. Noe, On the Divisibility of Generalized Central Trinomial Coefficients, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.7.
-
Table[SeriesCoefficient[1/Sqrt[1-6*x-11*x^2],{x,0,n}],{n,0,20}] (* Vaclav Kotesovec, Oct 15 2012 *)
-
x='x+O('x^66); Vec(1/sqrt(1-6*x-11*x^2)) \\ Joerg Arndt, May 11 2013
A127947
Hankel transform of central coefficients of (1+k*x+5x^2)^n, k arbitrary integer.
Original entry on oeis.org
1, 10, 500, 125000, 156250000, 976562500000, 30517578125000000, 4768371582031250000000, 3725290298461914062500000000, 14551915228366851806640625000000000
Offset: 0
-
[2^n*5^Binomial(n+1,2): n in [0..30]]; // G. C. Greubel, May 03 2018
-
Table[2^n*5^Binomial[n+1,2], {n,0,30}] (* G. C. Greubel, May 03 2018 *)
-
for(n=0, 30, print1(2^n*5^binomial(n+1,2), ", ")) \\ G. C. Greubel, May 03 2018
Showing 1-6 of 6 results.
Comments