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.

A176673 Partial sums of A001168.

Original entry on oeis.org

1, 3, 9, 28, 91, 307, 1067, 3792, 13702, 50148, 185416, 691277, 2595167, 9800041, 37194707, 141787644, 542583488, 2083404030, 8024142706, 30988922366, 119972435149, 465505007827, 1809877343351, 7049866113619, 27507668129630
Offset: 1

Views

Author

Jonathan Vos Post, Apr 23 2010

Keywords

Comments

Partial sums of number of fixed polyominoes with n cells, for n > 0.

Examples

			a(6) = 1 + 2 + 6 + 19 + 63 + 216 = 307.
		

Crossrefs

Formula

a(n) = Sum_{i=1..n} A001168(i).