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.
%I A099099 #16 Jun 13 2015 00:51:32 %S A099099 1,1,1,2,6,16,37,80,172,377,839,1874,4175,9274,20577,45665,101393, %T A099099 225193,500162,1110790,2466760,5477917,12164896,27015092,59993817, %U A099099 133231279,295872778,657057431,1459155634,3240410561,7196122817 %N A099099 Quadrisection of a generalized Padovan sequence. %C A099099 Quadrisection of sequence with g.f. 1/(1 - x^3 - x^4), or A017817. %H A099099 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,5,-1). %F A099099 G.f.: (1-x)^3/((1-x)^4-x^3). %F A099099 a(n) = sum_{k=0..2n} binomial(k, 4n-3k). %F A099099 a(n) = 4a(n-1) - 6a(n-2) + 5a(n-3) - a(n-4). %F A099099 a(n) = A017817(4n). %F A099099 a(n) = sum_{k=0..floor((n+1)/2)} binomial(n+k, 4k). - _Paul Barry_, May 09 2005 %t A099099 Join[{1},a=0;b=0;c=0;d=1;Table[a+=b;b+=c;c+=d;d+=a,{n,50}]] (* _Vladimir Joseph Stephan Orlovsky_, Nov 19 2010 *) %K A099099 easy,nonn %O A099099 0,4 %A A099099 _Paul Barry_, Sep 29 2004