login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A239943 Fixed points of the permutations A239965 and A238862. 3
1, 2, 3, 4, 12, 23, 30, 48, 50, 53, 68, 79, 80, 81, 92, 104, 105, 110, 112, 122, 131, 138, 149, 153, 160, 180, 185, 191, 201, 208, 216, 223, 242, 265, 279, 292, 308, 310, 317, 332, 337, 344, 348, 351, 362, 374, 381, 401, 410, 416, 431, 436, 446, 451, 454 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A239965(a(n)) = A238862(a(n)).
LINKS
PROG
(Haskell)
a239943 n = a239943_list !! (n-1)
a239943_list = [x | x <- [1..], a239965 x == x]
CROSSREFS
Sequence in context: A007499 A117555 A243392 * A295754 A059810 A037397
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 30 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)