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!)
A187792 Fixed points of the permutation A093506. 3
1, 2, 5, 10, 11, 20, 25, 54, 57, 76, 83, 106, 117, 172, 173, 208, 213, 252, 261, 294, 307, 344, 361, 402, 423, 468, 493, 542, 545, 598, 605, 662, 673, 734, 751, 816, 837, 906, 931, 1004, 1033, 1190, 1193, 1278, 1285, 1374, 1385, 1478, 1493, 1590, 1603, 1704 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A093506(a(n)) = A187790(a(n)) = a(n).
LINKS
PROG
(Haskell)
a187792 n = a187792_list !! (n-1)
a187792_list = filter (\x -> a093506 x == x) [1..]
CROSSREFS
Sequence in context: A324812 A032874 A240032 * A176356 A196168 A018514
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 06 2013
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)