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!)
A247204 Fixed points of permutations A250552 and A250553. 3

%I #7 Dec 10 2014 23:59:20

%S 1,2,3,4,10,45,46,47,48,49,50,71,72,73,74,75,80,90,91,92,93,185,186,

%T 187,188,189,194,195,199,205,206,207,210,211,212,213,214,217,218,219,

%U 220,221,232,233,239,288,289,290,291,292,328,329,330,336,337,338,339

%N Fixed points of permutations A250552 and A250553.

%C A250552(a(n)) = A250553(a(n)) = a(n).

%H Reinhard Zumkeller, <a href="/A247204/b247204.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a247204 n = a247204_list !! (n-1)

%o a247204_list = filter ((zipWith (==) [1..] a250552_list) !!) [1..]

%Y Cf. A250552, A250553.

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Dec 10 2014

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 10:33 EDT 2024. Contains 371967 sequences. (Running on oeis4.)