A263329 Fixed points of permutations A263327 and A263328.
0, 1, 2, 17, 18, 84, 939, 1005, 1006, 1021, 1022, 1023
Offset: 1
Programs
-
Haskell
a263329 n = a263329_list !! (n-1) a263329_list = [x | x <- [0..1023], a263327 x == x]
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Comments