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-1 of 1 results.

A254148 a(n) = 9*2^n + 7*4^n + 3*8^n + 8*3^n + 2*9^n + 6*5^n + 5*6^n + 4*7^n + 10^n + 10.

Original entry on oeis.org

55, 220, 1210, 7942, 57838, 450670, 3682030, 31153342, 270739678, 2403012910, 21693441550, 198578979742, 1838853136318, 17193665419150, 162090976108270, 1538867288166142, 14698448516729758, 141129617123665390, 1361277292619082190
Offset: 0

Views

Author

Luciano Ancora, Jan 28 2015

Keywords

Comments

This is the sequence of tenth terms of "second partial sums of m-th powers".

Crossrefs

Programs

  • PARI
    vector(30, n, n--; 9*2^n + 7*4^n + 3*8^n + 8*3^n + 2*9^n + 6*5^n + 5*6^n + 4*7^n + 10^n + 10) \\ Colin Barker, Jan 28 2015

Formula

G.f.: -(80627040*x^9 -184920912*x^8 +175484892*x^7 -91478420*x^6 +29111445*x^5 -5902743*x^4 +766458*x^3 -61710*x^2 +2805*x -55) / ((x -1)*(2*x -1)*(3*x -1)*(4*x -1)*(5*x -1)*(6*x -1)*(7*x -1)*(8*x -1)*(9*x -1)*(10*x -1)). - Colin Barker, Jan 28 2015
Showing 1-1 of 1 results.