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.

A382139 Number of matchings of [2n] with no coupled arcs.

Original entry on oeis.org

1, 1, 1, 9, 81, 705, 7665, 100905, 1524705, 26022465, 496042785, 10445342985, 240779831985, 6030718158465, 163087008669585, 4735950860666025, 146987669673669825, 4855606200012593025, 170101350767940617025, 6298861062893921346825, 245834199405298416337425
Offset: 0

Views

Author

R. J. Mathar, Mar 17 2025

Keywords

Crossrefs

Programs

  • Maple
    g:= exp(-x^2)/sqrt(1-2*x) ;
    seq( coeftayl(g,x=0,n)*n!,n=0..10) ;

Formula

E.g.f: exp(-x^2)/sqrt(1-2*x).
Exponential convolution of A067994 and A001147.
D-finite with recurrence a(n) +(-2*n+1)*a(n-1) +2*(n-1)*a(n-2) -4*(n-1)*(n-2)*a(n-3)=0.