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!)
A246704 Fixed points of permutations A113963, A246433. 3
1, 5, 11, 17, 49, 51, 59, 83, 92, 101, 116, 123, 131, 143, 153, 177, 183, 196, 200, 213, 218, 263, 273, 279, 290, 303, 311, 339, 344, 359, 389, 393, 399, 423, 449, 459, 470, 483, 491, 503, 521, 538, 549, 554, 569, 579, 596, 623, 633, 650, 683, 693, 699, 710 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A113963(a(n)) = A246433(a(n)) = a(n).
LINKS
PROG
(Haskell)
a246704 n = a246704_list !! (n-1)
a246704_list = filter (\x -> a113963 x == x) [1..]
CROSSREFS
Sequence in context: A162001 A171713 A174858 * A095183 A018730 A050836
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 04 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 July 24 11:31 EDT 2024. Contains 374583 sequences. (Running on oeis4.)