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

A256372
Fixed points of permutations A256210 and A256371.
3
3, 6, 7, 122, 123, 226, 227, 506, 507, 794, 795, 970, 971, 3118, 3119, 11074, 11075, 14502, 14503, 55536, 55537, 77752, 77753, 77754, 77755, 85524, 85525, 90434, 90435, 101222, 101223, 101226, 101227, 101230, 101231, 207146, 207147, 227730, 227731, 244576, 244577, 244578
OFFSET
1,1
PROG
(Haskell)
a256372 n = a256372_list !! (n-1)
a256372_list = [x | x <- [1..], a256210 x == x]
CROSSREFS
Sequence in context: A186521 A067697 A137128 * A330890 A337404 A133442
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 26 2015
STATUS
approved