cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A262367 Fixed points of permutations A262323 and A262255.

This page as a plain text file.
%I A262367 #40 May 11 2024 09:12:54
%S A262367 1,27,86,111,272,547,608,687,808,929,3890,5557,7180,21659,21663,60486,
%T A262367 71074,279428,603224,603228,610798,710551,811026,930320
%N A262367 Fixed points of permutations A262323 and A262255.
%o A262367 (Haskell)
%o A262367 a262367 n = a262367_list !! (n-1)
%o A262367 a262367_list = [x | x <- [1..], a262323 x == x]
%Y A262367 Cf. A262255, A262323.
%K A262367 nonn,base,more
%O A262367 1,2
%A A262367 _Reinhard Zumkeller_, Sep 21 2015
%E A262367 a(17)-a(24) from _Amiram Eldar_, May 11 2024