|
| |
|
|
A108704
|
|
Number of partitions of 112233...nn into n pairs.
|
|
0
| |
|
|
1, 1, 4, 18, 126, 1110, 12120, 156660, 2341500, 39701340, 752839920, 15785181720, 362606123880, 9055825538760, 244296192460320, 7079382509799600, 219321853964413200, 7233629128601475600, 253054306933115688000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
REFERENCES
| Laszlo Lovasz: Combinatorial Problems and Solutions.
|
|
|
FORMULA
| E.g.f.= exp(x*x/2)/sqrt(1-2*x)
|
|
|
EXAMPLE
| Partitions of 1122 into 2 pairs: 11 22, 12 12, 12 21, 21 21 = 4 partitions so a(2)=4.
|
|
|
MAPLE
| E(x):=exp(x*x/2)/sqrt(1-2*x): f[0]:=E(x): for n from 1 to 30 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=0..30);
|
|
|
CROSSREFS
| Cf. A002135.
Sequence in context: A084661 A112294 A073511 * A001423 A158341 A144272
Adjacent sequences: A108701 A108702 A108703 * A108705 A108706 A108707
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Miklos Kristof (kristmikl(AT)freemail.hu), Jun 20 2005
|
| |
|
|