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.

A127237 Row sums of Thue-Morse binomial triangle A127236.

This page as a plain text file.
%I A127237 #2 Mar 30 2012 18:59:19
%S A127237 1,2,3,2,4,2,2,8,9,4,2,6,4,8,14,6,10,12,5,10,7,16,13,12,17,14,13,12,8,
%T A127237 16,14,14,18,16,18,14,14,20,22,14,24,20,28,18,22,16,25,30,24,24,32,26,
%U A127237 30,32,24,30
%N A127237 Row sums of Thue-Morse binomial triangle A127236.
%F A127237 a(n)=sum{k=0..n, A010060(binomial(n,k))}
%K A127237 easy,nonn
%O A127237 0,2
%A A127237 _Paul Barry_, Jan 10 2007