A156924
Fifth right hand column (n-m=4) of the A156920 triangle.
Original entry on oeis.org
1, 83, 2685, 56285, 919615, 12813843, 160206627, 1854550395, 20291056470, 212826091180, 2161547322134, 21414479565774, 208076662576370, 1991164206775450, 18825064380813450
Offset: 0
Equals
A156920 fifth right hand column.
Equals
A156919 fifth right hand column divided by 16.
Equals
A142963 fifth right hand column divided by 2^n
A142964
a(n) = 6*2^n - 2*n - 5.
Original entry on oeis.org
1, 5, 15, 37, 83, 177, 367, 749, 1515, 3049, 6119, 12261, 24547, 49121, 98271, 196573, 393179, 786393, 1572823, 3145685, 6291411, 12582865, 25165775, 50331597, 100663243, 201326537, 402653127, 805306309, 1610612675, 3221225409, 6442450879, 12884901821
Offset: 0
a(3) = 6*2^3 - 2*3 - 5 = 37.
- Eric Billault, Walter Damin, Robert Ferréol, and Rodolphe Garin, MPSI Classes Prépas - Khôlles de Maths, Exercices corrigés, Ellipses, 2012, exercice 2.22 (1) pp 26, 43-44.
-
seq(6*2^n-2*n-5,n=0..40); # Bernard Schott, Dec 16 2020
-
a[n_]:=6*2^n-2n-5;Array[a,32,0] (* or *) CoefficientList[Series[(1+x)/((1-x)^2*(1-2*x)),{x,0,31}],x] (* or *) LinearRecurrence[{4,-5,2},{1,5,15},32] (* James C. McMahon, Aug 12 2025 *)
-
Vec((1+z)/((1-z)^2*(1-2*z)) + O(z^50)) \\ Michel Marcus, Jun 18 2017
Original entry on oeis.org
4, 26, 81, 184, 350, 594, 931, 1376, 1944, 2650, 3509, 4536, 5746, 7154, 8775, 10624, 12716, 15066, 17689, 20600, 23814, 27346, 31211, 35424, 40000, 44954, 50301, 56056, 62234, 68850, 75919, 83456, 91476, 99994, 109025, 118584, 128686, 139346, 150579
Offset: 1
Cf.
A142961 triangle: row k=3: [3, 5], with the row polynomial 3+5*n.
-
Rest@ CoefficientList[Series[x (4 + 10 x + x^2)/(1 - x)^4, {x, 0, 39}], x] (* Michael De Vlieger, Jul 02 2023 *)
A211608
Triangle T(n,k), 0 <= k <= n, given by (0, 1, 0, 2, 0, 3, 0, 4, 0, 5, ...) DELTA (1, 2, 3, 4, 5, 6, 7, 8, 9, ...) where DELTA is the operator defined in A084938.
Original entry on oeis.org
1, 0, 1, 0, 1, 3, 0, 1, 9, 15, 0, 1, 21, 90, 105, 0, 1, 45, 375, 1050, 945, 0, 1, 93, 1350, 6825, 14175, 10395, 0, 1, 189, 4515, 36750, 132300, 218295, 135135, 0, 1, 381, 14490, 178605, 992250, 2765070, 3783780, 2027025
Offset: 0
Triangle begins :
1
0, 1
0, 1, 3
0, 1, 9, 15
0, 1, 21, 90, 105
0, 1, 45, 375, 1050, 945
0, 1, 93, 1350, 6825, 14175, 10395
Comments