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

A247204
Fixed points of permutations A250552 and A250553.
3
1, 2, 3, 4, 10, 45, 46, 47, 48, 49, 50, 71, 72, 73, 74, 75, 80, 90, 91, 92, 93, 185, 186, 187, 188, 189, 194, 195, 199, 205, 206, 207, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 232, 233, 239, 288, 289, 290, 291, 292, 328, 329, 330, 336, 337, 338, 339
OFFSET
1,2
COMMENTS
A250552(a(n)) = A250553(a(n)) = a(n).
LINKS
PROG
(Haskell)
a247204 n = a247204_list !! (n-1)
a247204_list = filter ((zipWith (==) [1..] a250552_list) !!) [1..]
CROSSREFS
Sequence in context: A359995 A272523 A337536 * A333891 A270375 A049204
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 10 2014
STATUS
approved