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!)
A214414 Fixed points of permutations A105027 and A214417. 5
0, 1, 5, 7, 18, 22, 26, 30, 1031, 1039, 1047, 1055, 1063, 1071, 1079, 1087, 1095, 1103, 1111, 1119, 1127, 1135, 1143, 1151, 1159, 1167, 1175, 1183, 1191, 1199, 1207, 1215, 1223, 1231, 1239, 1247, 1255, 1263, 1271, 1279, 1287, 1295, 1303, 1311, 1319, 1327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A105027(a(n)) = A214417(a(n)) = a(n).
LINKS
PROG
(Haskell)
a214414 n = a214414_list !! (n-1)
a214414_list = [x | x <- [0..], a105027 x == x]
CROSSREFS
Sequence in context: A034762 A138919 A345909 * A153192 A263878 A297937
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 21 2012
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 April 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)