login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Fixed points of permutations A261333, A261334.
4

%I #7 Aug 21 2015 17:58:35

%S 53,334,522,1194,2869,3036,20825,29757,38649,42376,206634,779484,

%T 2501844,3179745,6144896,7489482,71814716,74518733,114518733,

%U 427670705,821804556,826199354,851684546,1276199354,4825184535,9444444445,9592618243,14592618243,592213913815

%N Fixed points of permutations A261333, A261334.

%H Hiroaki Yamanouchi, <a href="/A261335/b261335.txt">Table of n, a(n) for n = 1..1619</a>

%o (Haskell)

%o a261335 n = a261335_list !! (n-1)

%o a261335_list = [x | x <- [0..], a261333 x == x]

%Y Cf. A261333, A261334, A261279.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Aug 15 2015

%E a(13)-a(29) from _Hiroaki Yamanouchi_, Aug 21 2015