A262435 Fixed points of permutations A262411 and A262429.
1, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 28, 30, 31, 32, 40, 41, 42, 43, 44, 55, 56, 57, 60, 61, 62, 63, 79, 81, 82, 83, 84, 85, 86, 91, 92, 93, 94, 95, 119, 121, 122, 123, 124, 125, 167, 168, 169, 170, 171, 189, 246, 247, 248, 253, 254, 255, 256, 257
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..210
Programs
-
Haskell
a262435 n = a262435_list !! (n-1) a262435_list = [x | x <- [1..], a262411 x == x]