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.

Showing 1-1 of 1 results.

A174573 Partial sums of A049369.

Original entry on oeis.org

0, 1, 3, 10, 32, 141, 821, 6965, 79852, 1140915, 18681007
Offset: 1

Views

Author

Jonathan Vos Post, Mar 22 2010

Keywords

Comments

Partial sums of number of planar graphs with minimum degree at least 1 and n nodes. The subsequence of primes in this partial sum begins: 3, 821.

Examples

			a(11) = 0 + 1 + 2 + 7 + 22 + 109 + 680 + 6144 + 72887 + 1061063 + 17540092 = 18681007.
		

Crossrefs

Formula

a(n) = Sum_{i=1..n} A049369(i).
Showing 1-1 of 1 results.