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

A263329
Fixed points of permutations A263327 and A263328.
5
0, 1, 2, 17, 18, 84, 939, 1005, 1006, 1021, 1022, 1023
OFFSET
1,3
COMMENTS
a(k) = A263355(k,1) for k such that A263383(k) = 1.
PROG
(Haskell)
a263329 n = a263329_list !! (n-1)
a263329_list = [x | x <- [0..1023], a263327 x == x]
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Reinhard Zumkeller, Oct 15 2015
STATUS
approved