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.

A035001 Sorted elements of table (A035002) of a(m,n) = sum(a(m-k,n), k=1..m-1)+sum(a(m,n-k), k=1..n-1).

This page as a plain text file.
%I A035001 #3 Mar 31 2012 13:22:16
%S A035001 1,2,4,5,8,12,14,16,28,32,37,64,94,106,128,144,232,256,289,320,512,
%T A035001 560,704,760,838,1024,1328,1536,1944,2048,2329,3104,3328,4096,4864,
%U A035001 6266,6802,7168,8192,11952,15360,16384,16428,19149,28928,32768,37120,42168
%N A035001 Sorted elements of table (A035002) of a(m,n) = sum(a(m-k,n), k=1..m-1)+sum(a(m,n-k), k=1..n-1).
%K A035001 easy,nonn
%O A035001 0,2
%A A035001 _Erich Friedman_