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

A247167
Fixed points of permutations A247143 and A247144.
3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 23, 24, 101, 169, 182, 186, 209, 210, 215, 231, 232, 249, 1290, 1368, 1436, 1452, 1509, 1632, 1651, 1653, 1658, 1681, 1705, 1750, 1763, 1769, 1814, 1860, 2006, 2096, 2302, 2357, 2527, 2561, 2896, 2925, 3018, 3082, 3119
OFFSET
1,3
COMMENTS
A247143(a(n)) = A247144(a(n)) = a(n).
LINKS
PROG
(Haskell)
a247167 n = a247167_list !! (n-1)
a247167_list = filter ((zipWith (==) [0..] a247143_list) !!) [0..]
CROSSREFS
Sequence in context: A215014 A292439 A132577 * A044960 A044822 A048308
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 21 2014
STATUS
approved