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”).

A261335
Fixed points of permutations A261333, A261334.
4
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,1
LINKS
PROG
(Haskell)
a261335 n = a261335_list !! (n-1)
a261335_list = [x | x <- [0..], a261333 x == x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 15 2015
EXTENSIONS
a(13)-a(29) from Hiroaki Yamanouchi, Aug 21 2015
STATUS
approved