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.

A047867 Erroneous version of A002538.

Original entry on oeis.org

1, 8, 58, 444, 3708, 33976, 341064
Offset: 1

Views

Author

Keywords

Comments

More generally the main diagonal of the array defined by T(0,j)=j+1 j>=0, T(i,0)=i+1 i>=0, T(i,j)=T(i-1,j-1)+T(i-1,j)+ A, is given by T(n,n)=2^(n-1)*(n+2A+2)-A - Benoit Cloitre, Jun 17 2003

Formula

Main diagonal of the array defined by T(0, j)=j+1 j>=0, T(i, 0)=i+1 i>=0, T(i, j)=T(i-1, j-1)+T(i-1, j)+ 5; a(n)=2^(n-1)*(n+12)-5 - Benoit Cloitre, Jun 17 2003