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!)
A244731 Fixed points of the permutations A244724 and A244732. 3
1, 2, 5, 6, 10, 11, 12, 13, 17, 21, 22, 23, 24, 25, 29, 30, 46, 47, 51, 52, 53, 54, 58, 59, 69, 70, 71, 76, 79, 88, 89, 90, 98, 101, 111, 112, 113, 114, 118, 119, 120, 133, 137, 141, 142, 143, 148, 151, 160, 161, 177, 183, 184, 185, 189, 190, 191, 192, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A244724(a(n)) = A244732(a(n)) = a(n).
LINKS
PROG
(Haskell)
a244731 n = a244731_list !! (n-1)
a244731_list = [x | x <- [1..], a244724 x == x]
CROSSREFS
Sequence in context: A337298 A184418 A112967 * A307562 A109150 A004202
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 05 2014
STATUS
approved

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