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.

A077046 Doubly restricted composition numbers: number of compositions of [n^2/2] into exactly n positive integers each strictly less than n.

Original entry on oeis.org

0, 1, 3, 19, 155, 1751, 24017, 398567, 7635987, 167729959, 4123838279, 112835748609, 3386455204288, 110976634957761, 3932912125462725, 150186639579545295, 6137695417757646851, 267654541150392845543, 12391407810082341898091, 607584722159224093306229
Offset: 1

Views

Author

Henry Bottomley, Oct 22 2002

Keywords

Examples

			a(3) = 3 since the compositions of [3^2/2]=4 into exactly 3 positive integers each strictly less than 3 are: 1+1+2, 1+2+1 and 2+1+1.
		

Crossrefs

Formula

a(n) = A077042(n-1, n).
a(n) ~ exp(-1)*sqrt(6/Pi)*n^(n-3/2). - Vaclav Kotesovec, Mar 26 2016