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

A187792
Fixed points of the permutation A093506.
3
1, 2, 5, 10, 11, 20, 25, 54, 57, 76, 83, 106, 117, 172, 173, 208, 213, 252, 261, 294, 307, 344, 361, 402, 423, 468, 493, 542, 545, 598, 605, 662, 673, 734, 751, 816, 837, 906, 931, 1004, 1033, 1190, 1193, 1278, 1285, 1374, 1385, 1478, 1493, 1590, 1603, 1704
OFFSET
1,2
COMMENTS
A093506(a(n)) = A187790(a(n)) = a(n).
LINKS
PROG
(Haskell)
a187792 n = a187792_list !! (n-1)
a187792_list = filter (\x -> a093506 x == x) [1..]
CROSSREFS
Sequence in context: A324812 A032874 A240032 * A176356 A196168 A018514
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 06 2013
STATUS
approved