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!)
A007746 Number of ways for n-3 nonintersecting loops to cross a line 2n times. 2
42, 640, 5894, 42840, 271240, 1569984, 8536890, 44346456, 222516030, 1086685600, 5193298110, 24384586200, 112831907760, 515709552000, 2332549535400, 10455495457248, 46500885666900, 205401168733824, 901819865269180, 3938266773556720, 17116175702216624 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
LINKS
P. Di Francesco, O. Golinelli and E. Guitter, Meanders: a direct enumeration approach, Nucl. Phys. B 482 [ FS ] (1996) 497-535.
S. K. Lando and A. K. Zvonkin, Plane and projective meanders, Theoretical Computer Science Vol. 117, pp. 227-241, 1993.
FORMULA
a(n) = 4 * (2*n)! * (n^4+20*n^3+107*n^2-107*n+15) / ( 3*(n-4)! * (n+6)! ).
MATHEMATICA
Table[4 (2 n)!/(3 (n - 4)! (n+6)!) (n^4 + 20 n^3 + 107 n^2 - 107 n + 15), {n, 4, 30}] (* Vincenzo Librandi, Nov 23 2015 *)
PROG
(Magma) [4*Factorial(2*n)/(3*Factorial(n-4)*Factorial(n+6))* (n^4+20*n^3+107*n^2-107*n+15): n in [4..25]]; // Vincenzo Librandi, Nov 23 2015
CROSSREFS
A diagonal of triangle A008828.
Sequence in context: A104901 A091962 A269659 * A200853 A214945 A159947
KEYWORD
nonn
AUTHOR
Philippe Di Francesco (philippe(AT)amoco.saclay.cea.fr)
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)