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.

A099131 Quintisection and binomial transform of 1/(1-x^4-x^5).

This page as a plain text file.
%I A099131 #11 Sep 21 2017 11:01:10
%S A099131 1,1,1,1,2,7,22,57,128,264,529,1079,2290,5022,11148,24633,53824,
%T A099131 116472,250880,540536,1167937,2531061,5494247,11928731,25880583,
%U A099131 56101768,121544393,263289438,570427339,1236159756,2679343966,5807782301
%N A099131 Quintisection and binomial transform of 1/(1-x^4-x^5).
%H A099131 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-4,1).
%F A099131 G.f.: (1-x)^4/((1-x)^5-x^4); a(n)=sum{k=0..floor(5n/4), binomial(k, 5n-4k)}; a(n)=A017827(5n).
%F A099131 a(n)=sum{k=0..floor((n+1)/2), binomial(n+k, 5k)}; - _Paul Barry_, May 09 2005
%t A099131 LinearRecurrence[{5, -10, 10, -4, 1}, {1, 1, 1, 1, 2}, 32] (* _Jean-François Alcover_, Sep 21 2017 *)
%K A099131 easy,nonn
%O A099131 0,5
%A A099131 _Paul Barry_, Sep 29 2004