cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A294304 Sum of the ninth powers of the parts of the partitions of n into two distinct parts.

Original entry on oeis.org

0, 0, 513, 19684, 282340, 2215782, 12313161, 52404624, 186884496, 572351860, 1574304985, 3922174980, 9092033028, 19656178794, 40357579185, 78666720832, 147520415296, 265720871304, 464467582161, 786155279940, 1299155279940, 2091077378830, 3300704544313
Offset: 1

Views

Author

Wesley Ivan Hurt, Oct 27 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[i^9 + (n - i)^9, {i, Floor[(n-1)/2]}], {n, 30}]
  • PARI
    a(n) = sum(i=1, (n-1)\2, i^9 + (n-i)^9); \\ Michel Marcus, Nov 08 2017
    
  • PARI
    concat(vector(2), Vec(x^3*(513 + 19171*x + 257526*x^2 + 1741732*x^3 + 7493904*x^4 + 21619738*x^5 + 45264042*x^6 + 69257104*x^7 + 80125470*x^8 + 69325060*x^9 + 45264042*x^10 + 21693364*x^11 + 7493904*x^12 + 1755838*x^13 + 257526*x^14 + 19672*x^15 + 513*x^16 + x^17) / ((1 - x)^11*(1 + x)^10) + O(x^40))) \\ Colin Barker, Nov 20 2017

Formula

a(n) = Sum_{i=1..floor((n-1)/2)} i^9 + (n-i)^9.
From Colin Barker, Nov 20 2017: (Start)
G.f.: x^3*(513 + 19171*x + 257526*x^2 + 1741732*x^3 + 7493904*x^4 + 21619738*x^5 + 45264042*x^6 + 69257104*x^7 + 80125470*x^8 + 69325060*x^9 + 45264042*x^10 + 21693364*x^11 + 7493904*x^12 + 1755838*x^13 + 257526*x^14 + 19672*x^15 + 513*x^16 + x^17) / ((1 - x)^11*(1 + x)^10).
a(n) = a(n-1) + 10*a(n-2) - 10*a(n-3) - 45*a(n-4) + 45*a(n-5) + 120*a(n-6) - 120*a(n-7) - 210*a(n-8) + 210*a(n-9) + 252*a(n-10) - 252*a(n-11) - 210*a(n-12) + 210*a(n-13) + 120*a(n-14) - 120*a(n-15) - 45*a(n-16) + 45*a(n-17) + 10*a(n-18) - 10*a(n-19) - a(n-20) + a(n-21) for n>21.
(End)

A294305 Sum of the tenth powers of the parts in the partitions of n into two distinct parts.

Original entry on oeis.org

0, 0, 1025, 59050, 1108650, 10815226, 71340451, 352767124, 1427557524, 4904576300, 14914341925, 40791300350, 102769130750, 240345147350, 529882277575, 1105458926376, 2206044295976, 4218551412024, 7792505423049, 13913571680850, 24163571680850, 40817515234450
Offset: 1

Views

Author

Wesley Ivan Hurt, Oct 27 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[i^10 + (n - i)^10, {i, Floor[(n-1)/2]}], {n, 30}]
  • PARI
    a(n) = sum(i=1, (n-1)\2, i^10 + (n-i)^10); \\ Michel Marcus, Nov 05 2017
    
  • PARI
    concat(vector(2), Vec(x^3*(1025 + 58025*x + 1038325*x^2 + 9068301*x^3 + 49036000*x^4 + 177845712*x^5 + 466571800*x^6 + 905612928*x^7 + 1343112850*x^8 + 1525782114*x^9 + 1343112850*x^10 + 906468090*x^11 + 466571800*x^12 + 178253064*x^13 + 49036000*x^14 + 9115128*x^15 + 1038325*x^16 + 59037*x^17 + 1025*x^18 + x^19) / ((1 - x)^12*(1 + x)^11) + O(x^40))) \\ Colin Barker, Nov 21 2017

Formula

a(n) = Sum_{i=1..floor((n-1)/2)} i^10 + (n-i)^10.
From Colin Barker, Nov 21 2017: (Start)
G.f.: x^3*(1025 + 58025*x + 1038325*x^2 + 9068301*x^3 + 49036000*x^4 + 177845712*x^5 + 466571800*x^6 + 905612928*x^7 + 1343112850*x^8 + 1525782114*x^9 + 1343112850*x^10 + 906468090*x^11 + 466571800*x^12 + 178253064*x^13 + 49036000*x^14 + 9115128*x^15 + 1038325*x^16 + 59037*x^17 + 1025*x^18 + x^19) / ((1 - x)^12*(1 + x)^11).
a(n) = a(n-1) + 11*a(n-2) - 11*a(n-3) - 55*a(n-4) + 55*a(n-5) + 165*a(n-6) - 165*a(n-7) - 330*a(n-8) + 330*a(n-9) + 462*a(n-10) - 462*a(n-11) - 462*a(n-12) + 462*a(n-13) + 330*a(n-14) - 330*a(n-15) - 165*a(n-16) + 165*a(n-17) + 55*a(n-18) - 55*a(n-19) - 11*a(n-20) + 11*a(n-21) + a(n-22) - a(n-23) for n>23.
(End)
Showing 1-2 of 2 results.