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.

A214414 Fixed points of permutations A105027 and A214417.

Original entry on oeis.org

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
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 21 2012

Keywords

Comments

A105027(a(n)) = A214417(a(n)) = a(n).

Crossrefs

Programs

  • Haskell
    a214414 n = a214414_list !! (n-1)
    a214414_list = [x | x <- [0..], a105027 x == x]