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.

A229148 a(n) = n^5*(7*n+5)/2.

This page as a plain text file.
%I A229148 #8 Apr 08 2018 17:04:40
%S A229148 0,6,304,3159,16896,62500,182736,453789,999424,2007666,3750000,
%T A229148 6603091,11073024,17822064,27697936,41765625,61341696,88031134,
%U A229148 123766704,170850831,232000000,310391676,409713744,534216469,688766976,878906250,1110908656,1391843979
%N A229148 a(n) = n^5*(7*n+5)/2.
%C A229148 Number of ascending runs in {1,...,n}^6.
%H A229148 Alois P. Heinz, <a href="/A229148/b229148.txt">Table of n, a(n) for n = 0..1000</a>
%H A229148 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%F A229148 G.f.: -(x^5+137*x^4+957*x^3+1157*x^2+262*x+6)*x/(x-1)^7.
%p A229148 a:= n-> n^5*(7*n+5)/2:
%p A229148 seq(a(n), n=0..40);
%t A229148 Table[n^5(7*n+5)/2,{n,0,30}] (* or *) LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,6,304,3159,16896,62500,182736},30] (* _Harvey P. Dale_, Apr 07 2018 *)
%Y A229148 Row n=6 of A229079.
%K A229148 nonn,easy
%O A229148 0,2
%A A229148 _Alois P. Heinz_, Sep 15 2013