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.

A027167 a(n) = Sum_{k=0..floor(n/2)} A027157(n-k, k).

This page as a plain text file.
%I A027167 #11 Oct 24 2019 19:16:21
%S A027167 1,2,4,7,15,24,50,81,165,266,544,875,1787,2876,5870,9445,19281,31022,
%T A027167 63324,101887,207975,334624,683050,1099001,2243325,3609426,7367704,
%U A027167 11854355,24197587,38932996,79471590,127866765,261006761
%N A027167 a(n) = Sum_{k=0..floor(n/2)} A027157(n-k, k).
%F A027167 Empirical g.f.: (1+x)^2*(1-x+x^2) / ((1-x)*(1-2*x^2-3*x^4-4*x^6)). - _Colin Barker_, Feb 20 2016
%K A027167 nonn
%O A027167 0,2
%A A027167 _Clark Kimberling_