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!)
A320588 Derangements of {1,2,...,n} (n >= 2) in lexicographic order. 0

%I #46 Nov 15 2018 16:53:59

%S 21,231,312,2143,2341,2413,3142,3412,3421,4123,4312,4321,21453,21534,

%T 23154,23451,23514,24153,24513,24531,25134,25413,25431,31254,31452,

%U 31524,34152,34251,34512,34521,35124,35214,35412,35421,41253,41523,41532,43152,43251,43512

%N Derangements of {1,2,...,n} (n >= 2) in lexicographic order.

%C The number of derangements of {1,2,...,n} is given in A000166.

%C This sequence is unsatisfactory for n >= 10. To have a sequence that is defined for all n, the derangements should be comma-separated lists, with keyword tabf. - _N. J. A. Sloane_, Nov 15 2018

%e Triangle begins:

%e 21;

%e 231, 312;

%e 2143, 2341, 2413, 3142, 3412, 3421, 4123, 4312, 4321;

%e 21453, 21534, 23154, 23451, 23514, 24153, 24513, 24531, 25134, ...

%e ...

%e From _David A. Corneth_, Nov 15 2018: (Start)

%e 43512 is in the sequence because no digit is equal to the index of the digit in the number (with offset 1).

%e 43125 is not in the sequence because 5 is at the fifth position. (End)

%t Needs["Combinatorica`"]; Flatten @ Table[FromDigits /@ Derangements [Table[i, {i, n}]], {n, 9}] (* For first 150504 terms, _Amiram Eldar_, Nov 15 2018 after _Zak Seidov_ at A030299 *)

%o (Perl) use ntheory ":all"; my(@L,@d); do { @d=(1..$_); forderange { push @L,join"",@d[@_]; } $_; } for 2..6; say join ",",@L; # _Dana Jacobsen_, Nov 15 2018

%Y Cf. A000166, A030299.

%Y Cf. A214261.

%K nonn,base,tabf

%O 2,1

%A _Enrique Navarrete_, Nov 14 2018

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)