login
Fixed points of permutations A075348 and A262663.
3

%I #4 Sep 26 2015 15:37:30

%S 5,10,11,12,13,14,18,19,20,21,22,23,24,25,26,27,33,34,35,38,39,40,41,

%T 42,43,44,51,52,53,54,59,60,61,62,63,64,65,72,73,74,75,76,77,91,92,93,

%U 94,95,96,97,98,99,100,101,102,103,104,108,109,110,111,112

%N Fixed points of permutations A075348 and A262663.

%H Reinhard Zumkeller, <a href="/A262665/b262665.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a262665 n = a262665_list !! (n-1)

%o a262665_list = [x | x <- [1..], a075348' x == x]

%Y Cf. A075348, A262663.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Sep 26 2015