The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A263329 Fixed points of permutations A263327 and A263328. 5

%I #7 Jul 11 2023 08:13:35

%S 0,1,2,17,18,84,939,1005,1006,1021,1022,1023

%N Fixed points of permutations A263327 and A263328.

%C a(k) = A263355(k,1) for k such that A263383(k) = 1.

%o (Haskell)

%o a263329 n = a263329_list !! (n-1)

%o a263329_list = [x | x <- [0..1023], a263327 x == x]

%Y Cf. A263327, A263328, A263355, A263383.

%K nonn,fini,full

%O 1,3

%A _Reinhard Zumkeller_, Oct 15 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 May 15 02:58 EDT 2024. Contains 372536 sequences. (Running on oeis4.)