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

A246704
Fixed points of permutations A113963, A246433.
3
1, 5, 11, 17, 49, 51, 59, 83, 92, 101, 116, 123, 131, 143, 153, 177, 183, 196, 200, 213, 218, 263, 273, 279, 290, 303, 311, 339, 344, 359, 389, 393, 399, 423, 449, 459, 470, 483, 491, 503, 521, 538, 549, 554, 569, 579, 596, 623, 633, 650, 683, 693, 699, 710
OFFSET
1,2
COMMENTS
A113963(a(n)) = A246433(a(n)) = a(n).
LINKS
PROG
(Haskell)
a246704 n = a246704_list !! (n-1)
a246704_list = filter (\x -> a113963 x == x) [1..]
CROSSREFS
Sequence in context: A171713 A375313 A174858 * A095183 A018730 A050836
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 04 2014
STATUS
approved