login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A293914 Number of linear chord diagrams having n chords and minimal chord length one. 2
1, 2, 10, 69, 616, 6740, 87291, 1305710, 22149226, 420113979, 8810083360, 202397302184, 5054993327385, 136370982998354, 3951907646699026, 122432049983991285, 4038019273764782056, 141261207847788852620, 5224370049771189478371, 203670050053447478737214 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (1 - exp(-1)) * 2^(n + 1/2) * n^n / exp(n). - Vaclav Kotesovec, Oct 25 2017
MAPLE
a:= proc(n) option remember; `if`(n<3, n, (4*n-6)*
a(n-1)-2*(2*n^2-8*n+7)*a(n-2)-(2*n-5)*a(n-3))
end:
seq(a(n), n=1..25);
CROSSREFS
Column k=1 of A293881.
Sequence in context: A123617 A325054 A139715 * A259114 A051575 A372940
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 19 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 4 17:30 EDT 2024. Contains 375685 sequences. (Running on oeis4.)