login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A229149
a(n) = n^6*(4*n+3).
2
0, 7, 704, 10935, 77824, 359375, 1259712, 3647119, 9175040, 20726199, 43000000, 83263367, 152285184, 265474495, 444242624, 717609375, 1124073472, 1713767399, 2550916800, 3716624599, 5312000000, 7461652527, 10317571264, 14063409455, 18919194624, 25146484375
OFFSET
0,2
COMMENTS
Number of ascending runs in {1,...,n}^7.
LINKS
FORMULA
G.f.: (x^6+312*x^5+4029*x^4+9664*x^3+5499*x^2+648*x+7)*x/(x-1)^8.
MAPLE
a:= n-> n^6*(4*n+3):
seq(a(n), n=0..40);
MATHEMATICA
Table[n^6 (4n+3), {n, 0, 40}] (* Harvey P. Dale, Oct 10 2023 *)
CROSSREFS
Row n=7 of A229079.
Sequence in context: A174855 A186160 A129291 * A159815 A070746 A068004
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Sep 15 2013
STATUS
approved