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!)
A256372 Fixed points of permutations A256210 and A256371. 3

%I #5 Mar 27 2015 03:08:42

%S 3,6,7,122,123,226,227,506,507,794,795,970,971,3118,3119,11074,11075,

%T 14502,14503,55536,55537,77752,77753,77754,77755,85524,85525,90434,

%U 90435,101222,101223,101226,101227,101230,101231,207146,207147,227730,227731,244576,244577,244578

%N Fixed points of permutations A256210 and A256371.

%o (Haskell)

%o a256372 n = a256372_list !! (n-1)

%o a256372_list = [x | x <- [1..], a256210 x == x]

%Y Cf. A256210, A256371.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Mar 26 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 18 13:10 EDT 2024. Contains 371780 sequences. (Running on oeis4.)