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!)
A252078 Fixed points of permutations A252001 and A252002. 4
1, 22, 33, 41, 56, 57, 58, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 113, 123, 126, 150, 151, 152, 153, 154, 203, 206, 224, 243, 246, 304, 325, 332, 340, 344, 405, 412, 445, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A252001(a(n)) = A252002(a(n)) = a(n).
LINKS
PROG
(Haskell)
a252078 n = a252078_list !! (n-1)
a252078_list = [x | x <- [1..], a252001 x == x]
CROSSREFS
Sequence in context: A100372 A084996 A250180 * A342445 A337163 A157496
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 13 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)