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.

A174278 Partial sums of A004123.

Original entry on oeis.org

1, 3, 13, 87, 817, 9819, 143029, 2442783, 47817913, 1054997475, 25895101885, 699790692519, 20644163034049, 660099532324971, 22739373410768581, 839552217608213295, 33071685749731393225, 1384473468760664408307
Offset: 1

Views

Author

Jonathan Vos Post, Mar 15 2010

Keywords

Comments

Partial sums of the number of generalized weak orders on n points. Equivalently, partial sums of the number of bipartitional relations on a set of cardinality n.

Crossrefs

Cf. A004123.

Programs

Formula

a(n) = Sum_{i=1..n} A004123(i).
a(n) = Sum_{i=1..n} Sum_{k >= 0} (k^n*(2/3)^k)/3.
a(n) = Sum_{i=1..n} Sum_{k = 0..n} Stirling2(n,k)*(2^k)*k!.