A254469
Sixth partial sums of cubes (A000578).
Original entry on oeis.org
1, 14, 96, 450, 1650, 5082, 13728, 33462, 75075, 157300, 311168, 586092, 1058148, 1841100, 3100800, 5073684, 8090181, 12603954, 19228000, 28778750, 42329430, 61274070, 87403680, 122996250, 170922375, 234768456, 318979584, 429024376, 571584200, 754769400
Offset: 1
First differences: 1, 7, 19, 37, 61, 91, ... (A003215)
-------------------------------------------------------------------------
The cubes: 1, 8, 27, 64, 125, 216, ... (A000578)
-------------------------------------------------------------------------
First partial sums: 1, 9, 36, 100, 225, 441, ... (A000537)
Second partial sums: 1, 10, 46, 146, 371, 812, ... (A024166)
Third partial sums: 1, 11, 57, 203, 574, 1386, ... (A101094)
Fourth partial sums: 1, 12, 69, 272, 846, 2232, ... (A101097)
Fifth partial sums: 1, 13, 82, 354, 1200, 3432, ... (A101102)
Sixth partial sums: 1, 14, 96, 450, 1650, 5082, ... (this sequence)
- Luciano Ancora, Table of n, a(n) for n = 1..1000
- Luciano Ancora, Partial sums of m-th powers with Faulhaber polynomials.
- Luciano Ancora, Pascal’s triangle and recurrence relations for partial sums of m-th powers .
- Feihu Liu, Guoce Xin, and Chen Zhang, Ehrhart Polynomials of Order Polytopes: Interpreting Combinatorial Sequences on the OEIS, arXiv:2412.18744 [math.CO], 2024. See p. 15.
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
[n*(1+n)^2*(2+n)*(3+n)*(4+n)*(5+n)^2*(6+n)/60480: n in [1..30]]; // Vincenzo Librandi, Feb 15 2015
-
Table[n (1 + n)^2 (2 + n) (3 + n) (4 + n) (5 + n)^2 (6 + n)/60480, {n, 27}] (* or *) CoefficientList[Series[(1 + 4 x + x^2)/(- 1 + x)^10, {x, 0, 26}], x]
Nest[Accumulate,Range[30]^3,6] (* or *) LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{1,14,96,450,1650,5082,13728,33462,75075,157300},30] (* Harvey P. Dale, Sep 03 2016 *)
-
a(n)=n*(1+n)^2*(2+n)*(3+n)*(4+n)*(5+n)^2*(6+n)/60480 \\ Charles R Greathouse IV, Oct 07 2015
A101095
Fourth difference of fifth powers (A000584).
Original entry on oeis.org
1, 28, 121, 240, 360, 480, 600, 720, 840, 960, 1080, 1200, 1320, 1440, 1560, 1680, 1800, 1920, 2040, 2160, 2280, 2400, 2520, 2640, 2760, 2880, 3000, 3120, 3240, 3360, 3480, 3600, 3720, 3840, 3960, 4080, 4200, 4320, 4440, 4560, 4680, 4800, 4920, 5040, 5160, 5280
Offset: 1
Cecilia Rossiter, Dec 15 2004
- Danny Rorabaugh, Table of n, a(n) for n = 1..10000
- D. J. Pengelley, The bridge between the continuous and the discrete via original sources in Study the Masters: The Abel-Fauvel Conference [pdf], Kristiansand, 2002, (ed. Otto Bekken et al), National Center for Mathematics Education, University of Gothenburg, Sweden, in press.
- Cecilia Rossiter, Depictions, Explorations and Formulas of the Euler/Pascal Cube [Archive Machine link]
- Cecilia Rossiter, Depictions, Explorations and Formulas of the Euler/Pascal Cube [Cached copy, May 15 2013]
- Eric Weisstein, Link to section of MathWorld: Worpitzky's Identity of 1883
- Eric Weisstein, Link to section of MathWorld: Eulerian Number
- Eric Weisstein, Link to section of MathWorld: Nexus number
- Eric Weisstein, Link to section of MathWorld: Finite Differences
- Index entries for linear recurrences with constant coefficients, signature (2,-1).
For other sequences based upon MagicNKZ(n,k,z):
...... | n = 1 | n = 2 | n = 3 | n = 4 | n = 5 | n = 6 | n = 7 | n = 8
--------------------------------------------------------------------------------------
z = 14 |
A010966 | ....... | ....... | ....... | ....... |
A254872 | ....... | .......
--------------------------------------------------------------------------------------
-
I:=[1,28,121,240,360]; [n le 5 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]]; // Vincenzo Librandi, May 07 2015
-
MagicNKZ=Sum[(-1)^j*Binomial[n+1-z, j]*(k-j+1)^n, {j, 0, k+1}];Table[MagicNKZ, {n, 5, 5}, {z, 2, 2}, {k, 0, 34}]
CoefficientList[Series[(1 + 26 x + 66 x^2 + 26 x^3 + x^4)/(1 - x)^2, {x, 0, 50}], x] (* Vincenzo Librandi, May 07 2015 *)
Join[{1,28,121,240},Differences[Range[50]^5,4]] (* or *) LinearRecurrence[{2,-1},{1,28,121,240,360},50] (* Harvey P. Dale, Jun 11 2016 *)
-
a(n)=if(n>3, 120*n-240, 33*n^2-72*n+40) \\ Charles R Greathouse IV, Oct 11 2015
-
[1,28,121]+[120*(k-2) for k in range(4,36)] # Danny Rorabaugh, Apr 23 2015
MagicNKZ material edited, Crossrefs table added, SeriesAtLevelR material removed by
Danny Rorabaugh, Apr 23 2015
A254470
Sixth partial sums of fourth powers (A000583).
Original entry on oeis.org
1, 22, 198, 1134, 4884, 17226, 52338, 141570, 348777, 795652, 1701700, 3444948, 6651216, 12321804, 22011804, 38073948, 63985977, 104782986, 167620090, 262495090, 403165620, 608300550, 902911230, 1320114510, 1903286385, 2708672616, 3808530792, 5294887048
Offset: 1
First differences: 1, 15, 65, 175, 369, 671, ... (A005917)
-------------------------------------------------------------------------
The fourth powers: 1, 16, 81, 256, 625, 1296, ... (A000583)
-------------------------------------------------------------------------
First partial sums: 1, 17, 98, 354, 979, 2275, ... (A000538)
Second partial sums: 1, 18, 116, 470, 1449, 3724, ... (A101089)
Third partial sums: 1, 19, 135, 605, 2054, 5778, ... (A101090)
Fourth partial sums: 1, 20, 155, 760, 2814, 8592, ... (A101091)
Fifth partial sums: 1, 21, 176, 936, 3750, 12342, ... (A254681)
Sixth partial sums: 1, 22, 198,1134, 4884, 17226, ... (this sequence)
- Luciano Ancora, Table of n, a(n) for n = 1..1000
- Luciano Ancora, Partial sums of m-th powers with Faulhaber polynomials.
- Luciano Ancora, Pascal’s triangle and recurrence relations for partial sums of m-th powers.
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
-
[n*(1+n)*(2+n)*(3+n)^2*(4+n)*(5+n)*(6+n)*(1+12*n+ 2*n^2)/302400: n in [1..30]]; // Vincenzo Librandi, Feb 15 2015
-
Table[n (1 + n) (2 + n) (3 + n)^2 (4 + n) (5 + n) (6 + n) (1 + 12 n + 2 n^2)/302400,{n, 25}] (* or *) CoefficientList[Series[(- 1 - 11 x - 11 x^2 - x^3)/(- 1 + x)^11, {x, 0, 24}], x]
Nest[Accumulate,Range[30]^4,6] (* or *) LinearRecurrence[{11,-55,165,-330,462,-462,330,-165,55,-11,1},{1,22,198,1134,4884,17226,52338,141570,348777,795652,1701700},30] (* Harvey P. Dale, Apr 23 2016 *)
-
vector(50,n,n*(1 + n)*(2 + n)*(3 + n)^2*(4 + n)*(5 + n)*(6 + n)*(1 + 12*n + 2*n^2)/302400) \\ Derek Orr, Feb 19 2015
A254471
Sixth partial sums of fifth powers (A000584).
Original entry on oeis.org
1, 38, 456, 3210, 16290, 65922, 225576, 677742, 1834755, 4559620, 10547888, 22958364, 47415108, 93547260, 177288240, 324223524, 574358277, 988774554, 1658764600, 2718164150, 4359769830, 6856910190, 10591453080, 16089775650, 24068499975, 35492110056
Offset: 1
First differences: 1, 31, 211, 781, 2101, 4651, ... (A022521)
-------------------------------------------------------------------------
The fifth powers: 1, 32, 243, 1024, 3125, 7776, ... (A000584)
-------------------------------------------------------------------------
First partial sums: 1, 33, 276, 1300, 4425, 12201, ... (A000539)
Second partial sums: 1, 34, 310, 1610, 6035, 18236, ... (A101092)
Third partial sums: 1, 35, 345, 1955, 7990, 26226, ... (A101099)
Fourth partial sums: 1, 36, 381, 2336, 10326, 36552, ... (A254644)
Fifth partial sums: 1, 37, 418, 2754, 13080, 49632, ... (A254682)
Sixth partial sums: 1, 38, 456, 3210, 16290, 65922, ... (this sequence)
- Luciano Ancora, Table of n, a(n) for n = 1..1000
- Luciano Ancora, Partial sums of m-th powers with Faulhaber polynomials
- Luciano Ancora, Pascal’s triangle and recurrence relations for partial sums of m-th powers
- Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
-
[n*(1+n)*(2+n)*(3+n)*(4+n)*(5+n)*(6+n)*(-29+54*n+ 81*n^2+24*n^3+2*n^4)/665280: n in [1..30]]; // Vincenzo Librandi, Feb 15 2015
-
Table[n (1 + n) (2 + n) (3 + n) (4 + n) (5 + n) (6 + n) (- 29 + 54 n + 81 n^2 + 24 n^3 + 2 n^4)/665280, {n, 23}] (* or *) CoefficientList[Series[(1 + 26 x + 66 x^2 + 26 x^3 + x^4)/(- 1 + x)^12, {x, 0, 28}], x]
-
vector(50,n,n*(1 + n)*(2 + n)*(3 + n)*(4 + n)*(5 + n)*(6 + n)*(-29 + 54*n + 81*n^2 + 24*n^3 + 2*n^4)/665280) \\ Derek Orr, Feb 19 2015
A254872
Seventh partial sums of sixth powers (A001014).
Original entry on oeis.org
1, 71, 1205, 11075, 70295, 345857, 1409387, 4962365, 15539750, 44192010, 115917118, 283828498, 654885730, 1434717550, 3002927770, 6035661334, 11699568079, 21951176425, 39988722875, 70920437325, 122735050305
Offset: 1
First differences: 1, 63, 665, 3367, 11529, ... (A022522)
--------------------------------------------------------------------
The sixth powers: 1, 64, 729, 4096, 15625, ... (A001014)
--------------------------------------------------------------------
First partial sums: 1, 65, 794, 4890, 20515, ... (A000540)
Second partial sums: 1, 66, 860, 5750, 26265, ... (A101093)
Third partial sums: 1, 67, 927, 6677, 32942, ... (A254640)
Fourth partial sums: 1, 68, 995, 7672, 40614, ... (A254645)
Fifth partial sums: 1, 69, 1064, 8736, 49350, ... (A254683)
Sixth partial sums: 1, 70, 1134, 9870, 59220, ... (A254472)
Seventh partial sums: 1, 71, 1205, 11075, 70295, ... (this sequence)
- Luciano Ancora, Table of n, a(n) for n = 1..1000
- Luciano Ancora, Partial sums of m-th powers with Faulhaber polynomials
- Luciano Ancora, Pascal’s triangle and recurrence relations for partial sums of m-th powers
- Index entries for linear recurrences with constant coefficients, signature (14,-91,364,-1001,2002,-3003,3432,-3003,2002,-1001,364,-91,14,-1).
Cf.
A000540,
A001014,
A022522,
A101093,
A254472,
A254640,
A254645,
A254683,
A254869,
A254870,
A254871.
-
Table[(n (1 + n) (2 + n) (3 + n) (4 + n) (5 + n) (6 + n) (7 + n) (7 + 2 n) (- 49 + 147 n^2 + 42 n^3 + 3 n^4))/51891840, {n, 21}] (* or *)
CoefficientList[Series[(1 + 57 x + 302 x^2 + 302 x^3 + 57 x^4 + x^5)/(- 1 + x)^14, {x, 0, 20}], x]
Showing 1-5 of 5 results.
Comments