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.

A128650 Number of polygons on n vertices with exactly three faces.

Original entry on oeis.org

0, 4, 16, 60, 224, 840, 3168, 12012, 45760, 175032, 671840, 2586584, 9984576, 38630800, 149768640, 581690700, 2262890880, 8815845720, 34389986400, 134312002440, 525129633600, 2055166429680, 8050465600320, 31561484455800
Offset: 2

Views

Author

Ralf Stephan, May 08 2007

Keywords

Programs

Formula

a(n) = 4*(n-2)/(n-1) * C(2*n-4,n-2).
For n>2, a(n) = 4*A001791(n-2).