A214414 Fixed points of permutations A105027 and A214417.
0, 1, 5, 7, 18, 22, 26, 30, 1031, 1039, 1047, 1055, 1063, 1071, 1079, 1087, 1095, 1103, 1111, 1119, 1127, 1135, 1143, 1151, 1159, 1167, 1175, 1183, 1191, 1199, 1207, 1215, 1223, 1231, 1239, 1247, 1255, 1263, 1271, 1279, 1287, 1295, 1303, 1311, 1319, 1327
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
Programs
-
Haskell
a214414 n = a214414_list !! (n-1) a214414_list = [x | x <- [0..], a105027 x == x]
Comments