A261335 Fixed points of permutations A261333, A261334.
53, 334, 522, 1194, 2869, 3036, 20825, 29757, 38649, 42376, 206634, 779484, 2501844, 3179745, 6144896, 7489482, 71814716, 74518733, 114518733, 427670705, 821804556, 826199354, 851684546, 1276199354, 4825184535, 9444444445, 9592618243, 14592618243, 592213913815
Offset: 1
Keywords
Links
- Hiroaki Yamanouchi, Table of n, a(n) for n = 1..1619
Programs
-
Haskell
a261335 n = a261335_list !! (n-1) a261335_list = [x | x <- [0..], a261333 x == x]
Extensions
a(13)-a(29) from Hiroaki Yamanouchi, Aug 21 2015
Comments