Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064638
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064638 Positions of non-crossing fixed-point-free involutions encoded by A014486 in A055089. Permutation of A064640. +0
3
0, 1, 7, 23, 127, 415, 143, 659, 719, 5167, 16687, 5455, 26815, 28495, 5183, 16703, 5699, 36899, 38579, 5759, 36959, 40031, 40319, 368047, 1174447, 379567, 1901647, 1992367, 368335, 1174735, 389695, 2627455, 2718175, 391375, 2629135, 2799055 (list; graph; listen)
OFFSET

0,3

MAPLE

map(PermRevLexRank, map(NonCrossingTranspos, A014486));

NonCrossingTranspos := n -> convert(NonCrossingTransposAux(binexp2pars(n), 1), 'permlist', binwidth(n));

NonCrossingTransposAux := proc(s, ii) local e, p, i, j; i := ii; p := []; for e in s do p := permul(p, NonCrossingTransposAux(e, i+1)); j := i+CountParens(e)+1; p := permul(p, [[i, j]]); i := j+1; od; RETURN(p); end;

CountParens := proc(s) local e, k; if(0 = nops(s)) then RETURN(0); fi; e := 0; for k in s do e := e+2+CountParens(k); od; RETURN(e); end;

CROSSREFS

Maple procedure binexp2pars given in A057501, permul in A060125.

Sequence in context: A137367 A064640 A064639 this_sequence A082021 A080082 A158954

Adjacent sequences: A064635 A064636 A064637 this_sequence A064639 A064640 A064641

KEYWORD

nonn

AUTHOR

Antti Karttunen Oct 02 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research