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

A205666
Fixed points of permutations A065306 and A065307.
3
1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 16, 17, 18, 19, 38, 42, 43, 55, 63, 64, 68, 75, 76, 86, 106, 107, 108, 109, 112, 113, 120, 131, 156, 157, 175, 185, 194, 233, 270, 301, 369, 380, 438, 443, 470, 531, 663, 760, 803, 810, 847, 871, 934, 999, 1021, 1044
OFFSET
1,2
COMMENTS
A065306(a(n)) = a(n); A065307(a(n)) = a(n).
LINKS
PROG
(Haskell)
a205666 n = a205666_list !! (n-1)
a205666_list = [x | x <- [1..], a065306 x == fromIntegral x]
-- Reinhard Zumkeller, Jan 30 2012
CROSSREFS
Sequence in context: A131616 A175857 A173919 * A364869 A245809 A064295
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 30 2012
STATUS
approved