A252078 Fixed points of permutations A252001 and A252002.
1, 22, 33, 41, 56, 57, 58, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 113, 123, 126, 150, 151, 152, 153, 154, 203, 206, 224, 243, 246, 304, 325, 332, 340, 344, 405, 412, 445, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
Programs
-
Haskell
a252078 n = a252078_list !! (n-1) a252078_list = [x | x <- [1..], a252001 x == x]
Comments