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.

A252078 Fixed points of permutations A252001 and A252002.

Original entry on oeis.org

1, 22, 33, 41, 56, 57, 58, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 113, 123, 126, 150, 151, 152, 153, 154, 203, 206, 224, 243, 246, 304, 325, 332, 340, 344, 405, 412, 445, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 13 2014

Keywords

Comments

A252001(a(n)) = A252002(a(n)) = a(n).

Crossrefs

Programs

  • Haskell
    a252078 n = a252078_list !! (n-1)
    a252078_list = [x | x <- [1..], a252001 x == x]