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!)
A060134 Positions of permutations produced by the transposition sequence A060135 in A055089. 0
0, 1, 4, 5, 3, 2, 12, 13, 16, 22, 19, 18, 20, 21, 23, 17, 15, 14, 8, 9, 11, 10, 7, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
apply_transpositions(A060135); apply_transpositions := proc(a) local k, b, t, p; p := []; k := nops(factorial_base(nops(a)))+1; b := [PermRevLexRank(convert(p, 'permlist', k))]; for t in a do p := permul(p, [[t, t+1]]); b := [op(b), PermRevLexRank(convert(p, 'permlist', k))]; od; RETURN(b); end;
CROSSREFS
Cf. A057113.
Sequence in context: A016716 A004485 A057113 * A200351 A138753 A179410
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 02 2001
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 13:24 EDT 2024. Contains 371955 sequences. (Running on oeis4.)