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.

A229150 a(n) = n^7*(9*n+7)/2.

Original entry on oeis.org

0, 8, 1600, 37179, 352256, 2031250, 8538048, 28824005, 82837504, 210450636, 485000000, 1032820063, 2060328960, 3890408054, 7009998016, 12131015625, 20266876928, 32827093840, 51732592704, 79554584771, 119680000000, 176506677018, 255671683520, 364316322829
Offset: 0

Views

Author

Alois P. Heinz, Sep 15 2013

Keywords

Comments

Number of ascending runs in {1,...,n}^8.

Crossrefs

Row n=8 of A229079.

Programs

  • Maple
    a:= n-> n^7*(9*n+7)/2:
    seq(a(n), n=0..40);
  • Mathematica
    A229150[n_]:=n^7(9n+7)/2;Array[A229150,30,0] (* Paolo Xausa, Oct 24 2023 *)

Formula

G.f.: -(x^7+695*x^6+15570*x^5+65998*x^4+74573*x^3+23067*x^2+1528*x+8)*x/ (x-1)^9.