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!)
A262367 Fixed points of permutations A262323 and A262255. 3

%I #34 Sep 21 2015 13:27:32

%S 1,27,86,111,272,547,608,687,808,929,3890,5557,7180,21659,21663,60486

%N Fixed points of permutations A262323 and A262255.

%o (Haskell)

%o a262367 n = a262367_list !! (n-1)

%o a262367_list = [x | x <- [1..], a262323 x == x]

%Y Cf. A262255, A262323.

%K nonn,more

%O 1,2

%A _Reinhard Zumkeller_, Sep 21 2015

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 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)