A060924
Bisection of Lucas triangle A060922: odd-indexed members of column sequences of A060922 (not counting leading zeros).
Original entry on oeis.org
3, 7, 6, 18, 38, 9, 47, 158, 120, 12, 123, 566, 753, 280, 15, 322, 1880, 3612, 2568, 545, 18, 843, 5964, 15040, 16220, 7043, 942, 21, 2207, 18342, 57366, 83780, 57560, 16536, 1498, 24, 5778, 55162, 206115
Offset: 0
{3}; {7,6}; {18,38,9}; {47,158,120,12}; ...; pLo(2,x)= 2*(3+x-2*x^2).
A061172
Third column of Lucas bisection triangle (odd part).
Original entry on oeis.org
9, 120, 753, 3612, 15040, 57366, 206115, 709152, 2360943, 7659870, 24340184, 76031100, 234116493, 712166952, 2143779645, 6394719216, 18923041360, 55601888562, 162350117703, 471371537040, 1361642740059
Offset: 0
-
I:=[9, 120, 753, 3612, 15040, 57366]; [n le 6 select I[n] else 9*Self(n-1)-30*Self(n-2)+45*Self(n-3)-30*Self(n-4)+9*Self(n-5) - Self(n-6): n in [1..30]]; // G. C. Greubel, Dec 21 2017
-
CoefficientList[Series[(3-2*x)*(4*x^3-9*x^2+15*x+3)/(1-3*x+x^2)^3, {x,0,50}], x] (* or *) LinearRecurrence[{9,-30,45,-30,9,-1}, {9, 120, 753, 3612, 15040, 57366}, 30] (* G. C. Greubel, Dec 21 2017 *)
-
x='x+O('x^30); Vec((3-2*x)*(4*x^3-9*x^2+15*x+3)/(1-3*x+x^2)^3) \\ G. C. Greubel, Dec 21 2017
A061173
One-fourth of fourth column of Lucas bisection triangle (odd part).
Original entry on oeis.org
3, 70, 642, 4055, 20945, 95372, 398290, 1561683, 5836190, 21001410, 73300478, 249476600, 831342517, 2720979140, 8768966810, 27881856697, 87610794135, 272424413508, 839229287580, 2563768831145, 7773145679478
Offset: 0
A061174
Fifth column of Lucas bisection triangle (odd part).
Original entry on oeis.org
15, 545, 7043, 57560, 365045, 1970905, 9520315, 42385132, 177293730, 705980760, 2701362950, 10001654350, 36020160943, 126701700755, 436709397085, 1478813477920, 4930328078835, 16212542696607
Offset: 0
A061175
One half of sixth column of Lucas bisection triangle (odd part).
Original entry on oeis.org
9, 471, 8268, 85962, 662773, 4215123, 23440212, 118073914, 551281476, 2423731704, 10148667670, 40812739230, 158644493079, 599051383561, 2206150654944, 7949311477362, 28098758599203, 97645872621753
Offset: 0
Showing 1-5 of 5 results.
Comments